Enum GlyphType
Represents the various versions of a glyph records.
public enum GlyphType
Fields
Fallback = 0This is a fall back glyph due to a missing code point.
Painted = 2This is a multi-layer colored glyph (emoji).
Placeholder = 3This is an atomic inline placeholder supplied by the caller.
Standard = 1This is a standard glyph to be drawn in the style the user defines.