Class MemoryFontSource

MemoryFontSource class

Represents the single TrueType font file stored in memory.

public class MemoryFontSource : FontSourceBase

Constructors

NameDescription
MemoryFontSource(byte[])Ctor.

Properties

NameDescription
FontData { get; }Binary font data.
override Type { get; }Returns the type of the font source.

See Also