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 值。 |
另见
- Class TtfTableBase
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++