MemoryFontSource constructor
MemoryFontSource(fontData) {#number[]}
Ctor.
MemoryFontSource(fontData: number[])
Parameter | Type | Description |
---|---|---|
fontData | number[] | Binary font data. |
MemoryFontSource(fontData, priority) {#number[]_number}
Ctor.
MemoryFontSource(fontData: number[], priority: number)
Parameter | Type | Description |
---|---|---|
fontData | number[] | Binary font data. |
priority | number | Font source priority. See the FontSourceBase.priority property description for more information. |
MemoryFontSource(fontData, priority, cacheKey) {#number[]_number_string}
Ctor.
MemoryFontSource(fontData: number[], priority: number, cacheKey: string)
Parameter | Type | Description |
---|---|---|
fontData | number[] | Binary font data. |
priority | number | Font source priority. See the FontSourceBase.priority property description for more information. |
cacheKey | string | The key of this source in the cache. See MemoryFontSource.cacheKey property description for more information. |
See Also
- module Aspose.Words.Fonts
- class MemoryFontSource