Aspose::Font::TtfTables::TtfMaxpTable 类
内容
[
隐藏
]TtfMaxpTable class
表示 TTF Font 文件中的 “maxp” 表。
class TtfMaxpTable : public Aspose::Font::TtfTables::TtfTableBase
方法
| 方法 | 描述 |
|---|---|
| get_MaxComponentContours() const | 获取 uint16 maxComponentContours,即复合字形中的轮廓数。 |
| get_MaxComponentDepth() const | 获取 uint16 maxComponentDepth,即递归层级数;如果字体仅包含简单字形,则设为 0。 |
| get_MaxComponentElements() const | 获取 uint16 maxComponentElements,即顶层引用的字形数量。 |
| get_MaxComponentPoints() const | 获取 uint16 maxComponentPoints,即复合字形中的点数。 |
| get_MaxContours() const | 获取 uint16 maxContours,即非复合字形的轮廓数。 |
| get_MaxFunctionDefs() const | 获取 uint16 maxFunctionDefs,即 FDEF 的数量。 |
| get_MaxInstructionDefs() const | 获取 uint16 maxInstructionDefs 的 IDEF 数量。 |
| get_MaxPoints() const | 获取 uint16 maxPoints 在非复合字形中的点数。 |
| get_MaxSizeOfInstructions() const | 获取 uint16 maxSizeOfInstructions 的字节计数,用于字形指令。 |
| get_MaxStackElements() const | 获取 uint16 maxStackElements 的最大堆栈深度。 |
| get_MaxStorage() const | 获取 uint16 maxStorage 的存储区位置数量。 |
| get_MaxTwilightPoints() const | 获取 uint16 maxTwilightPoints 在暮光区 (Z0) 中使用的点数。 |
| get_MaxZones() const | 获取 uint16 maxZones,设置为 2。 |
| get_NumGlyphs() const | 获取 uint16 numGlyphs,即 Font 中的字形数量。 |
| get_TableVersion() const | 获取格式版本。使用对象 Version16Dot16 的属性 MajorNumber 和 MinorNUmber(十六进制表示)来检测使用的版本。 |
| static get_Tag() | 获取表标签。 |
| get_Version() const | 获取固定版本 0x00010000(如果为版本 1.0)。已弃用,请改用 TableVersion 属性。 |
另见
- Class TtfTableBase
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++