TextRunTypographyProperties.StandardLigatures Property
Gets a value that indicates whether standard ligatures are enabled.
Assembly: PresentationCore (in PresentationCore.dll)
The following text displays standard ligature glyphs for the Pericles font.
By default, OpenType fonts in WPF enable standard ligatures. For example, if you use the Palatino Linotype font, the standard ligatures "fi", "ff", and "fl" appear as a combined character glyph. Notice that the characters of each standard ligature touch each other.
However, you can disable standard ligature features so that a standard ligature such as "ff" displays as two separate glyphs, rather than as a combined character glyph.
If the value of StandardLigatures is true and the selected font does not support standard ligatures, the default form of the letter is displayed.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.