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