public class TtfMaxpTable extends TtfTableBase
Represents "maxp" table of the TTF font file
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxComponentContours()
Gets uint16 maxComponentContours contours in compound glyph.
|
int |
getMaxComponentDepth()
Gets uint16 maxComponentDepth levels of recursion, set to 0 if font has only simple glyphs.
|
int |
getMaxComponentElements()
Gets uint16 maxComponentElements number of glyphs referenced at top level.
|
int |
getMaxComponentPoints()
Gets uint16 maxComponentPoints points in compound glyph.
|
int |
getMaxContours()
Gets uint16 maxContours contours in non-compound glyph.
|
int |
getMaxFunctionDefs()
Gets uint16 maxFunctionDefs number of FDEFs.
|
int |
getMaxInstructionDefs()
Gets uint16 maxInstructionDefs number of IDEFs.
|
int |
getMaxPoints()
Get uint16 maxPoints points in non-compound glyph.
|
int |
getMaxSizeOfInstructions()
Gets uint16 maxSizeOfInstructions byte count for glyph instructions.
|
int |
getMaxStackElements()
Gets uint16 maxStackElements maximum stack depth.
|
int |
getMaxStorage()
Gets uint16 maxStorage number of Storage Area locations.
|
int |
getMaxTwilightPoints()
Gets uint16 maxTwilightPoints points used in Twilight Zone (Z0).
|
int |
getMaxZones()
Gets uint16 maxZones set to 2.
|
int |
getNumGlyphs()
Gets uint16 numGlyphs the number of glyphs in the Font.
|
Version16Dot16 |
getTableVersion()
Gets format version.
|
static String |
getTag()
Gets table tag.
|
float |
getVersion()
Gets fixed version 0x00010000 if (version 1.0).
|
getLength, getOffset, getTtfTablespublic static String getTag()
Gets table tag.
public float getVersion()
Gets fixed version 0x00010000 if (version 1.0). Deprecated, use TableVersion property instead.
public Version16Dot16 getTableVersion()
Gets format version. Use properties MajorNumber and MinorNUmber of object Version16Dot16
in hexademical notation to detect version used.
public int getNumGlyphs()
Gets uint16 numGlyphs the number of glyphs in the Font.
public int getMaxPoints()
Get uint16 maxPoints points in non-compound glyph.
public int getMaxContours()
Gets uint16 maxContours contours in non-compound glyph.
public int getMaxComponentPoints()
Gets uint16 maxComponentPoints points in compound glyph.
public int getMaxComponentContours()
Gets uint16 maxComponentContours contours in compound glyph.
public int getMaxZones()
Gets uint16 maxZones set to 2.
public int getMaxTwilightPoints()
Gets uint16 maxTwilightPoints points used in Twilight Zone (Z0).
public int getMaxStorage()
Gets uint16 maxStorage number of Storage Area locations.
public int getMaxFunctionDefs()
Gets uint16 maxFunctionDefs number of FDEFs.
public int getMaxInstructionDefs()
Gets uint16 maxInstructionDefs number of IDEFs.
public int getMaxStackElements()
Gets uint16 maxStackElements maximum stack depth.
public int getMaxSizeOfInstructions()
Gets uint16 maxSizeOfInstructions byte count for glyph instructions.
public int getMaxComponentElements()
Gets uint16 maxComponentElements number of glyphs referenced at top level.
public int getMaxComponentDepth()
Gets uint16 maxComponentDepth levels of recursion, set to 0 if font has only simple glyphs.
Copyright © 2025 Aspose. All Rights Reserved.