MemoryFontSource

MemoryFontSource class

Represents the single TrueType font file stored in memory.

public class MemoryFontSource : FontSourceBase

Constructors

Name Description
MemoryFontSource(byte[]) Ctor.

Properties

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

See Also