类 TtfHheaTable

TtfHheaTable class

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

public class TtfHheaTable : TtfTableBase

属性

名称描述
AdvanceWidthMax { get; }获取 uFWord advanceWidthMax 必须与水平度量保持一致。
Ascent { get; }获取 ascent。
CaretOffset { get; }获取插入符号偏移量。规范:斜体字形上高亮需要移动的量,以产生最佳外观。
CaretSlopeRise { get; }获取插入符号倾斜上升值。
CaretSlopeRun { get; }获取插入符号倾斜水平距离。
Descent { get; }获取下降值。
LineGap { get; }获取 lineGap。
MetricDataFormat { get; }获取度量数据格式。
MinLeftSideBearing { get; }获取 MinLeftSideBearing 值。
MinRightSideBearing { get; }获取 MinRightSideBearing 值。
NumOfLongHorMetrics { get; }获取 uint16 numOfLongHorMetrics 在度量表中的前进宽度数量。
Offset { get; }获取 sfnt 开始处的偏移。
TtfTables { get; }对 TTF 表仓库的引用。
Version { get; }获取版本。
XMaxExtent { get; }获取 XMaxExtent 值。
static Tag { get; }获取表标签。

另见