Class TtcFontFileDefinition

TtcFontFileDefinition class

Represents file definition for TTC Font.

public class TtcFontFileDefinition : FontFileDefinition

Constructors

NameDescription
TtcFontFileDefinition(int, string, StreamSource, long)Creates a file definition using file content only.

Properties

NameDescription
FileExtension { get; }Gets Font file extension.
FileName { get; }Gets Font file name.
FontIndex { get; }Gets Font index inside TTC Font.
Offset { get; }Gets offset inside the stream.
StreamSource { get; }Gets the stream source.

See Also