MemoryFontSource class

MemoryFontSource class

Represents the single TrueType font file stored in memory. To learn more, visit the Working with Fonts documentation article.

Inheritance: MemoryFontSourceFontSourceBase

Constructors

NameDescription
MemoryFontSource(fontData)Ctor.
MemoryFontSource(fontData, priority)Ctor.
MemoryFontSource(fontData, priority, cacheKey)Ctor.

Properties

NameDescription
cacheKeyThe key of this source in the cache.
fontDataBinary font data.
priorityReturns the font source priority.
(Inherited from FontSourceBase)
typeReturns the type of the font source.

Methods

NameDescription
asFileFontSource()Cast FontSourceBase object to FileFontSource.
(Inherited from FontSourceBase)
asFolderFontSource()Cast FontSourceBase object to FolderFontSource.
(Inherited from FontSourceBase)
asMemoryFontSource()Cast FontSourceBase object to MemoryFontSource.
(Inherited from FontSourceBase)
asStreamFontSource()Cast FontSourceBase object to StreamFontSource.
(Inherited from FontSourceBase)
asSystemFontSource()Cast FontSourceBase object to SystemFontSource.
(Inherited from FontSourceBase)

See Also