FontSourceType Enum
FontSourceType Enum
Specifies the type of a font source.
type FontSourceType int32
Fields
| Field | Description |
|---|---|
| FontFile | represents a single font file. |
| FontsFolder | Represents a folder with font files. |
| MemoryFont | Represents a single font in memory. |