Aspose::Font::TtfTables::TtfHheaTable 类

TtfHheaTable class

表示 TTF Font 文件中的 “hhea” 表。

class TtfHheaTable : public Aspose::Font::TtfTables::TtfTableBase

方法

方法描述
get_AdvanceWidthMax() const获取 uFWord advanceWidthMax,必须与水平度量保持一致。
get_Ascent() const获取上升值。
get_CaretOffset() const获取 caret 偏移。规范:需要将字形上的倾斜高亮移动的量,以获得最佳外观。
get_CaretSlopeRise() const获取 caret slop 上升。
get_CaretSlopeRun() const获取 caret slop 水平。
get_Descent() const获取下降值。
get_LineGap() const获取 lineGap。
get_MetricDataFormat() const获取度量数据格式。
get_MinLeftSideBearing() const获取 MinLeftSideBearing 值。
get_MinRightSideBearing() const获取 MinRightSideBearing 值。
get_NumOfLongHorMetrics() const获取 uint16 numOfLongHorMetrics,即度量表中 advance widths 的数量。
static get_Tag()获取表标签。
get_Version() const获取版本。
get_XMaxExtent() const获取 XMaxExtent 值。

另见