MemoryFontSource
MemoryFontSource constructor. Ctor.
MemoryFontSource(byte[])
Ctor.
public MemoryFontSource(byte[] fontData)
| Parameter | Type | Description |
|---|---|---|
| fontData | Byte[] | Binary font data. |
See Also
- class MemoryFontSource
- namespace Wordize.Fonts
- assembly Wordize
MemoryFontSource(byte[], int)
Ctor.
public MemoryFontSource(byte[] fontData, int priority)
| Parameter | Type | Description |
|---|---|---|
| fontData | Byte[] | Binary font data. |
| priority | Int32 | Font source priority. See the Priority property description for more information. |
See Also
- class MemoryFontSource
- namespace Wordize.Fonts
- assembly Wordize
MemoryFontSource(byte[], int, string)
Ctor.
public MemoryFontSource(byte[] fontData, int priority, string cacheKey)
| Parameter | Type | Description |
|---|---|---|
| fontData | Byte[] | Binary font data. |
| priority | Int32 | Font source priority. See the Priority property description for more information. |
| cacheKey | String | The key of this source in the cache. See CacheKey property description for more information. |
See Also
- class MemoryFontSource
- namespace Wordize.Fonts
- assembly Wordize