Aspose::Font::TtfTables::TtfMaxpTable class
Contents
[
Hide
]TtfMaxpTable class
Represents “maxp” table of the TTF Font file.
class TtfMaxpTable : public Aspose::Font::TtfTables::TtfTableBase
Methods
Method | Description |
---|---|
get_MaxComponentContours() const | Gets uint16 maxComponentContours contours in compound glyph. |
get_MaxComponentDepth() const | Gets uint16 maxComponentDepth levels of recursion, set to 0 if font has only simple glyphs. |
get_MaxComponentElements() const | Gets uint16 maxComponentElements number of glyphs referenced at top level. |
get_MaxComponentPoints() const | Gets uint16 maxComponentPoints points in compound glyph. |
get_MaxContours() const | Gets uint16 maxContours contours in non-compound glyph. |
get_MaxFunctionDefs() const | Gets uint16 maxFunctionDefs number of FDEFs. |
get_MaxInstructionDefs() const | Gets uint16 maxInstructionDefs number of IDEFs. |
get_MaxPoints() const | Gets uint16 maxPoints points in non-compound glyph. |
get_MaxSizeOfInstructions() const | Gets uint16 maxSizeOfInstructions byte count for glyph instructions. |
get_MaxStackElements() const | Gets uint16 maxStackElements maximum stack depth. |
get_MaxStorage() const | Gets uint16 maxStorage number of Storage Area locations. |
get_MaxTwilightPoints() const | Gets uint16 maxTwilightPoints points used in Twilight Zone (Z0). |
get_MaxZones() const | Gets uint16 maxZones set to 2. |
get_NumGlyphs() const | Gets uint16 numGlyphs the number of glyphs in the Font. |
get_TableVersion() const | Gets format version. Use properties MajorNumber and MinorNUmber of object Version16Dot16 in hexademical notation to detect version used. |
static get_Tag() | Gets table tag. |
get_Version() const | Gets fixed version 0x00010000 if (version 1.0). Deprecated, use TableVersion property instead. |
See Also
- Class TtfTableBase
- Namespace Aspose::Font::TtfTables
- Library Aspose.Font for C++