[]
Enables or disables ligatures and contextual forms.
[Flags]
public enum SvgFontVariantLigatures
CommonLigatures = 0Enables display of common ligatures (OpenType features: liga, clig).
Contextual = 0Enables display of contextual alternates (OpenType feature: calt).
DiscretionaryLigatures = 2Enables display of discretionary ligatures (OpenType feature: dlig).
HistoricalLigatures = 4Enables display of historical ligatures (OpenType feature: hlig).
NoCommonLigatures = 1Disables display of common ligatures (OpenType features: liga, clig).
NoContextual = 8Disables display of contextual alternates (OpenType feature: calt).
NoDiscretionaryLigatures = 0Disables display of discretionary ligatures (OpenType feature: dlig).
NoHistoricalLigatures = 0Disables display of historical ligatures (OpenType feature: hlig).
None = NoCommonLigatures | NoContextualAll types of ligatures and contextual forms covered by this property are explicitly disabled.
Normal = 0Common ligatures and contextual forms are on by default, discretionary and historical ligatures are not.