Enum GlyphType
Represents the various versions of a glyph records.
Namespace: SixLabors.Fonts
Assembly: SixLabors.Fonts.dll
Syntax
public enum GlyphType
Fields
| Name | Description |
|---|---|
| ColrLayer | This is a single layer of the multi-layer colored glyph (emoji). |
| Fallback | This is a fall back glyph due to a missing code point. |
| Standard | This is a standard glyph to be drawn in the style the user defines. |