Class TtfCvtTable

TtfCvtTable class

Represents Control Value Table (CVT) of the TTF Font file.

public class TtfCvtTable : TtfTableBase

Properties

NameDescription
ControlValues { get; }Gets list of values referenceable by instructions.
Offset { get; }Gets offset from beginning of sfnt.
TtfTables { get; }Reference to TTF table repository.
static Tag { get; }Gets table tag.

See Also