MemoryFontSource

MemoryFontSource class

Represents the single TrueType font file stored in memory.

Constructors

NameDescription
MemoryFontSourceCtor.

Properties

NameTypeDescription
FontDatabyte[]Binary font data.
TypeintReturns the type of the font source. The value of the property is FontSourceType integer constant.

MemoryFontSource(fontData)

Ctor.

ParameterTypeDescription
fontDatabyte[]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