[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgFontVariantLigatures

SvgFontVariantLigatures Enum

Enables or disables ligatures and contextual forms.

Namespace: GrapeCity.Documents.Svg
Assembly: DS.Documents.Imaging.dll
Syntax
[Flags]
public enum SvgFontVariantLigatures
<Flags>
Public Enum SvgFontVariantLigatures

Fields

Name Description
CommonLigatures

Enables display of common ligatures (OpenType features: liga, clig).

Contextual

Enables display of contextual alternates (OpenType feature: calt).

DiscretionaryLigatures

Enables display of discretionary ligatures (OpenType feature: dlig).

HistoricalLigatures

Enables display of historical ligatures (OpenType feature: hlig).

NoCommonLigatures

Disables display of common ligatures (OpenType features: liga, clig).

NoContextual

Disables display of contextual alternates (OpenType feature: calt).

NoDiscretionaryLigatures

Disables display of discretionary ligatures (OpenType feature: dlig).

NoHistoricalLigatures

Disables display of historical ligatures (OpenType feature: hlig).

None

All types of ligatures and contextual forms covered by this property are explicitly disabled.

Normal

Common ligatures and contextual forms are on by default, discretionary and historical ligatures are not.