Class TtfVheaTable
Contents
[
Hide
]TtfVheaTable class
Represents “vhea” table of the TTF Font file.
public class TtfVheaTable : TtfTableBase
Properties
Name | Description |
---|---|
AdvanceHeightMax { get; } | Gets AdvanceHeightMax. The maximum advance height measurement in FUnits found in the font. |
Ascent { get; } | Gets Ascent. Distance in FUnits from the centerline to the previous line’s descent. |
CaretOffset { get; } | Gets CaretOffset. |
CaretSlopeRise { get; } | Gets CaretSlopeRise. |
CaretSlopeRun { get; } | Gets CaretSlopeRun. |
Descent { get; } | Gets Descent. Distance in FUnits from the centerline to the next line’s ascent. |
LineGap { get; } | Gets LineGap. The vertical typographic gap for this font. |
MetricDataFormat { get; } | Gets MetricDataFormat. |
MinBottomSideBearing { get; } | Gets MinBottomSideBearing. The minimum bottom sidebearing measurement found in the font, in FUnits. |
MinTopSideBearing { get; } | Gets MinTopSideBearing. The minimum top sidebearing measurement found in the font, in FUnits. |
NumOfLongVerMetrics { get; } | Gets MetricDataFormat. Number of advance heights in the vertical metrics table. |
Offset { get; } | Gets offset from beginning of sfnt. |
TtfTables { get; } | Reference to TTF table repository. |
Version { get; } | Gets Version number of the vertical header table. |
YMaxExtent { get; } | Gets yMaxExtent. |
static Tag { get; } | Gets table tag. |
See Also
- class TtfTableBase
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font