Aspose::Font::TtfTables::TtfHheaTable class

TtfHheaTable class

Represents “hhea” table of the TTF Font file.

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

Methods

MethodDescription
get_AdvanceWidthMax() constGets uFWord advanceWidthMax must be consistent with horizontal metrics.
get_Ascent() constGets the ascent.
get_CaretOffset() constGets caret offset. Spec: The amount by which a slanted highlight on a glyph needs to be shifted to produce the best appearance.
get_CaretSlopeRise() constGets caret slop rise.
get_CaretSlopeRun() constGets caret slop run.
get_Descent() constGets the descent.
get_LineGap() constGets the lineGap.
get_MetricDataFormat() constGets the metric data format.
get_MinLeftSideBearing() constGets the MinLeftSideBearing value.
get_MinRightSideBearing() constGets the MinRightSideBearing value.
get_NumOfLongHorMetrics() constGets uint16 numOfLongHorMetrics number of advance widths in metrics table.
static get_Tag()Gets table tag.
get_Version() constGets version.
get_XMaxExtent() constGets the XMaxExtent value.

See Also