Aspose::Font::TtfTables::TtfVheaTable 类
TtfVheaTable class
表示 TTF Font 文件的 "vhea" 表。
class TtfVheaTable : public Aspose::Font::TtfTables::TtfTableBase
方法
| 方法 | 描述 |
|---|---|
| get_AdvanceHeightMax() | 获取 AdvanceHeightMax。字体中以 FUnits 为单位的最大前进高度测量值。 |
| get_Ascent() | 获取 Ascent。以 FUnits 为单位,从中心线到前一行下降的距离。 |
| get_CaretOffset() | 获取 CaretOffset。 |
| get_CaretSlopeRise() | 获取 CaretSlopeRise。 |
| get_CaretSlopeRun() | 获取 CaretSlopeRun。 |
| get_Descent() | 获取 Descent。以 FUnits 为单位,从中心线到下一行上升的距离。 |
| get_LineGap() | 获取 LineGap。此字体的垂直排版间隙。 |
| get_MetricDataFormat() | 获取 MetricDataFormat。 |
| get_MinBottomSideBearing() | 获取 MinBottomSideBearing。字体中以 FUnits 为单位的最小底部侧边距测量值。 |
| get_MinTopSideBearing() | 获取 MinTopSideBearing。字体中以 FUnits 为单位的最小顶部侧边距测量值。 |
| get_NumOfLongVerMetrics() | 获取 MetricDataFormat。垂直度量表中的前进高度数量。 |
| static get_Tag() | 获取表标签。 |
| get_Version() | 获取 垂直标题表 的版本号。 |
| get_YMaxExtent() | 获取 yMaxExtent。 |
另见
- Class TtfTableBase
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++