Class TtfVmtxTable

TtfVmtxTable class

Represents “vmtx” table of the TTF Font file.

public class TtfVmtxTable : TtfTableBase

Properties

NameDescription
Offset { get; }Gets offset from beginning of sfnt.
TopSideBearings { get; }Gets Top Side Bearings. Array of top side bearings of the glyph.
TtfTables { get; }Reference to TTF table repository.
VMetrics { get; }Gets vertical metrics.
static Tag { get; }Gets table tag.

See Also