MemoryFontSource
MemoryFontSource class
Represents the single TrueType font file stored in memory.
Constructors
| Name | Description |
|---|---|
| MemoryFontSource | Ctor. |
Properties
| Name | Type | Description |
|---|---|---|
| FontData | byte[] | Binary font data. |
| Type | int | Returns the type of the font source. The value of the property is FontSourceType integer constant. |
MemoryFontSource(fontData)
Ctor.
| Parameter | Type | Description |
|---|---|---|
| fontData | byte[] | Binary font data. |
MemoryFontSource.FontData property
Binary font data.
Type: byte[]
MemoryFontSource.Type property
Returns the type of the font source. The value of the property is FontSourceType integer constant.
Type: int