Class TtfCffTable

TtfCffTable class

Represents “cff” table of the TTF Font file.

public class TtfCffTable : TtfTableBase

Properties

NameDescription
CffSource { get; }Raw bytes for outlines in Compact Font Format representation.
Offset { get; }Gets offset from beginning of sfnt.
TtfTables { get; }Reference to TTF table repository.
static Tag { get; }Gets table tag.

See Also