Class TtfHheaTable
Contents
[
Hide
]TtfHheaTable class
Represents “hhea” table of the TTF Font file.
public class TtfHheaTable : TtfTableBase
Properties
Name | Description |
---|---|
AdvanceWidthMax { get; } | Gets uFWord advanceWidthMax must be consistent with horizontal metrics. |
Ascent { get; } | Gets the ascent. |
CaretOffset { get; } | Gets caret offset. Spec: The amount by which a slanted highlight on a glyph needs to be shifted to produce the best appearance. |
CaretSlopeRise { get; } | Gets caret slop rise. |
CaretSlopeRun { get; } | Gets caret slop run. |
Descent { get; } | Gets the descent. |
LineGap { get; } | Gets the lineGap. |
MetricDataFormat { get; } | Gets the metric data format. |
MinLeftSideBearing { get; } | Gets the MinLeftSideBearing value. |
MinRightSideBearing { get; } | Gets the MinRightSideBearing value. |
NumOfLongHorMetrics { get; } | Gets uint16 numOfLongHorMetrics number of advance widths in metrics table. |
Offset { get; } | Gets offset from beginning of sfnt. |
TtfTables { get; } | Reference to TTF table repository. |
Version { get; } | Gets version. |
XMaxExtent { get; } | Gets the XMaxExtent value. |
static Tag { get; } | Gets table tag. |
See Also
- class TtfTableBase
- namespace Aspose.Font.TtfTables
- assembly Aspose.Font