Class LigatureType
Specifies the ligature type.
Inheritance
Namespace: Syncfusion.DocIO.DLS
Assembly: Syncfusion.DocIO.Base.dll
Syntax
public sealed class LigatureType : Enum
Fields
All
Applies all types of ligatures to the font.
Declaration
public const LigatureType All
Field Value
Type |
---|
LigatureType |
Contextual
Applies contextual ligatures to the font. Contextual ligatures are often designed to enhance readability, but may also be solely ornamental. Contextual ligatures may also be contextual alternates.
Declaration
public const LigatureType Contextual
Field Value
Type |
---|
LigatureType |
ContextualDiscretional
Applies contextual and discretional ligatures to the font.
Declaration
public const LigatureType ContextualDiscretional
Field Value
Type |
---|
LigatureType |
ContextualHistorical
Applies contextual and historical ligatures to the font.
Declaration
public const LigatureType ContextualHistorical
Field Value
Type |
---|
LigatureType |
ContextualHistoricalDiscretional
Applies contextual, historical, and discretional ligatures to a font.
Declaration
public const LigatureType ContextualHistoricalDiscretional
Field Value
Type |
---|
LigatureType |
Discretional
Applies discretional ligatures to the font. Discretional ligatures are most often designed to be ornamental at the discretion of the type developer.
Declaration
public const LigatureType Discretional
Field Value
Type |
---|
LigatureType |
Historical
Applies historical ligatures to the font. Historical ligatures are similar to standard ligatures in that they were originally intended to improve the readability of the font, but may look archaic to the modern reader.
Declaration
public const LigatureType Historical
Field Value
Type |
---|
LigatureType |
HistoricalDiscretional
Applies historical and discretional ligatures to the font.
Declaration
public const LigatureType HistoricalDiscretional
Field Value
Type |
---|
LigatureType |
None
Does not apply any ligatures to the font.
Declaration
public const LigatureType None
Field Value
Type |
---|
LigatureType |
Standard
Applies standard ligatures to the font. Standard ligatures are designed to enhance readability. Standard ligatures in Latin languages include "fi", "fl", and "ff", for example.
Declaration
public const LigatureType Standard
Field Value
Type |
---|
LigatureType |
StandardContextual
Applies standard and contextual ligatures to the font.
Declaration
public const LigatureType StandardContextual
Field Value
Type |
---|
LigatureType |
StandardContextualDiscretional
Applies standard, contextual and discretional ligatures to the font.
Declaration
public const LigatureType StandardContextualDiscretional
Field Value
Type |
---|
LigatureType |
StandardContextualHistorical
Applies standard, contextual, and historical ligatures to the font.
Declaration
public const LigatureType StandardContextualHistorical
Field Value
Type |
---|
LigatureType |
StandardDiscretional
Applies standard and discretional ligatures to the font.
Declaration
public const LigatureType StandardDiscretional
Field Value
Type |
---|
LigatureType |
StandardHistorical
Applies standard and historical ligatures to the font.
Declaration
public const LigatureType StandardHistorical
Field Value
Type |
---|
LigatureType |
StandardHistoricalDiscretional
Applies standard historical and discretional ligatures to the font.
Declaration
public const LigatureType StandardHistoricalDiscretional
Field Value
Type |
---|
LigatureType |