Aspose::Font::TtfTables::TtfVheaTable class

TtfVheaTable class

Represents “vhea” table of the TTF Font file.

class TtfVheaTable : public Aspose::Font::TtfTables::TtfTableBase

Methods

MethodDescription
get_AdvanceHeightMax()Gets AdvanceHeightMax. The maximum advance height measurement in FUnits found in the font.
get_Ascent()Gets Ascent. Distance in FUnits from the centerline to the previous line’s descent.
get_CaretOffset()Gets CaretOffset.
get_CaretSlopeRise()Gets CaretSlopeRise.
get_CaretSlopeRun()Gets CaretSlopeRun.
get_Descent()Gets Descent. Distance in FUnits from the centerline to the next line’s ascent.
get_LineGap()Gets LineGap. The vertical typographic gap for this font.
get_MetricDataFormat()Gets MetricDataFormat.
get_MinBottomSideBearing()Gets MinBottomSideBearing. The minimum bottom sidebearing measurement found in the font, in FUnits.
get_MinTopSideBearing()Gets MinTopSideBearing. The minimum top sidebearing measurement found in the font, in FUnits.
get_NumOfLongVerMetrics()Gets MetricDataFormat. Number of advance heights in the vertical metrics table.
static get_Tag()Gets table tag.
get_Version()Gets Version number of the vertical header table.
get_YMaxExtent()Gets yMaxExtent.

See Also