MemoryFontSource Class
MemoryFontSource class
Represents the single TrueType font file stored in memory.
type MemoryFontSource struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|---|
| NewMemoryFontSource_Stream | Ctor. |
| NewMemoryFontSource_FontSourceBase | Constructs from a parent object. |
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetFontData | Binary font data. |
| GetType | Returns the type of the font source. |