Enum GlyphClassDef
The GSUB and GPOS tables use the Glyph Class Definition table (GlyphClassDef) to identify which glyph classes to adjust with lookups. https://docs.microsoft.com/en-us/typography/opentype/spec/gdef#glyph-class-definition-table
Namespace: SixLabors.Fonts.Tables.AdvancedTypographic
Assembly: SixLabors.Fonts.dll
Syntax
public enum GlyphClassDefFields
| Name | Description | 
|---|---|
| BaseGlyph | Base glyph (single character, spacing glyph). | 
| ComponentGlyph | Component glyph (part of single character, spacing glyph). | 
| LigatureGlyph | Ligature glyph (multiple character, spacing glyph). | 
| MarkGlyph | Mark glyph (non-spacing combining glyph). |