Aspose::Font::TtfTables::TtfHheaTable class
Contents
[
Hide
]TtfHheaTable class
Represents “hhea” table of the TTF Font file.
class TtfHheaTable : public Aspose::Font::TtfTables::TtfTableBase
Methods
| Method | Description |
|---|---|
| get_AdvanceWidthMax() const | Gets uFWord advanceWidthMax must be consistent with horizontal metrics. |
| get_Ascent() const | Gets the ascent. |
| get_CaretOffset() const | Gets caret offset. Spec: The amount by which a slanted highlight on a glyph needs to be shifted to produce the best appearance. |
| get_CaretSlopeRise() const | Gets caret slop rise. |
| get_CaretSlopeRun() const | Gets caret slop run. |
| get_Descent() const | Gets the descent. |
| get_LineGap() const | Gets the lineGap. |
| get_MetricDataFormat() const | Gets the metric data format. |
| get_MinLeftSideBearing() const | Gets the MinLeftSideBearing value. |
| get_MinRightSideBearing() const | Gets the MinRightSideBearing value. |
| get_NumOfLongHorMetrics() const | Gets uint16 numOfLongHorMetrics number of advance widths in metrics table. |
| static get_Tag() | Gets table tag. |
| get_Version() const | Gets version. |
| get_XMaxExtent() const | Gets the XMaxExtent value. |
See Also
- Class TtfTableBase
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++