TextRunTypographyProperties.DiscretionaryLigatures Property

Definition

Gets a value that indicates whether discretionary ligatures are enabled.

public:
 abstract property bool DiscretionaryLigatures { bool get(); };
public abstract bool DiscretionaryLigatures { get; }
member this.DiscretionaryLigatures : bool
Public MustOverride ReadOnly Property DiscretionaryLigatures As Boolean

Property Value

true if discretionary ligatures are enabled; otherwise, false. The default is false.

Remarks

Discretionary ligatures are designed to be ornamental and are not specifically designed for readability. The following text displays discretionary ligature glyphs for the Pericles font.

Text using OpenType discretionary ligatures
Example of discretionary set of ligatures

Applies to

See also