TtfHheaTable

TtfHheaTable class

代表TTF字体文件的“hhea”表。

public class TtfHheaTable : TtfTableBase

特性

姓名描述
AdvanceWidthMax { get; }获取uFWord advanceWidthMax 必须与水平度量一致。
Ascent { get; }获得上升。
CaretSlopeRise { get; }获取插入符号斜率上升。
CaretSlopeRun { get; }获取插入符号斜率运行。
Descent { get; }获取下降。
LineGap { get; }获取 lineGap.
MinLeftSideBearing { get; }获取 MinLeftSideBearing 值。
MinRightSideBearing { get; }获取 MinRightSideBearing 值。
NumOfLongHorMetrics { get; }获取 uint16 numOfLongHorMetrics 度量表中的前进宽度数。
Offset { get; }获取从 sfnt 开始的偏移量。
TtfTables { get; }对 TTF 表存储库的引用。
XMaxExtent { get; }获取 XMaxExtent 值。
static Tag { get; }获取表标签。

也可以看看