TtfMaxpTable
Inheritance: java.lang.Object, com.aspose.font.TtfTableBase
public class TtfMaxpTable extends TtfTableBase
Represents “maxp” table of the TTF font file
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| getMaxComponentContours() | Gets uint16 maxComponentContours contours in compound glyph. |
| getMaxComponentDepth() | Gets uint16 maxComponentDepth levels of recursion, set to 0 if font has only simple glyphs. |
| getMaxComponentElements() | Gets uint16 maxComponentElements number of glyphs referenced at top level. |
| getMaxComponentPoints() | Gets uint16 maxComponentPoints points in compound glyph. |
| getMaxContours() | Gets uint16 maxContours contours in non-compound glyph. |
| getMaxFunctionDefs() | Gets uint16 maxFunctionDefs number of FDEFs. |
| getMaxInstructionDefs() | Gets uint16 maxInstructionDefs number of IDEFs. |
| getMaxPoints() | Get uint16 maxPoints points in non-compound glyph. |
| getMaxSizeOfInstructions() | Gets uint16 maxSizeOfInstructions byte count for glyph instructions. |
| getMaxStackElements() | Gets uint16 maxStackElements maximum stack depth. |
| getMaxStorage() | Gets uint16 maxStorage number of Storage Area locations. |
| getMaxTwilightPoints() | Gets uint16 maxTwilightPoints points used in Twilight Zone (Z0). |
| getMaxZones() | Gets uint16 maxZones set to 2. |
| getNumGlyphs() | Gets uint16 numGlyphs the number of glyphs in the Font. |
| getOffset() | Gets offset from beginning of sfnt. |
| getTableVersion() | Gets format version. |
| getTag() | Gets table tag. |
| getTtfTables() | Reference to TTF table repository. |
| getVersion() | Gets fixed version 0x00010000 if (version 1.0). |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getMaxComponentContours()
public int getMaxComponentContours()
Gets uint16 maxComponentContours contours in compound glyph.
Returns: int - UInt16 maxComponentContours contours in compound glyph.
getMaxComponentDepth()
public int getMaxComponentDepth()
Gets uint16 maxComponentDepth levels of recursion, set to 0 if font has only simple glyphs.
Returns: int - Uint16 maxComponentDepth levels of recursion, set to 0 if font has only simple glyphs.
getMaxComponentElements()
public int getMaxComponentElements()
Gets uint16 maxComponentElements number of glyphs referenced at top level.
Returns: int - UInt16 maxComponentElements number of glyphs referenced at top level.
getMaxComponentPoints()
public int getMaxComponentPoints()
Gets uint16 maxComponentPoints points in compound glyph.
Returns: int - UInt16 maxComponentPoints points in compound glyph.
getMaxContours()
public int getMaxContours()
Gets uint16 maxContours contours in non-compound glyph.
Returns: int - UInt16 maxContours contours in non-compound glyph.
getMaxFunctionDefs()
public int getMaxFunctionDefs()
Gets uint16 maxFunctionDefs number of FDEFs.
Returns: int - UInt16 maxFunctionDefs number of FDEFs.
getMaxInstructionDefs()
public int getMaxInstructionDefs()
Gets uint16 maxInstructionDefs number of IDEFs.
Returns: int - UInt16 maxInstructionDefs number of IDEFs.
getMaxPoints()
public int getMaxPoints()
Get uint16 maxPoints points in non-compound glyph.
Returns: int - UInt16 maxPoints points in non-compound glyph.
getMaxSizeOfInstructions()
public int getMaxSizeOfInstructions()
Gets uint16 maxSizeOfInstructions byte count for glyph instructions.
Returns: int - UInt16 maxSizeOfInstructions byte count for glyph instructions.
getMaxStackElements()
public int getMaxStackElements()
Gets uint16 maxStackElements maximum stack depth.
Returns: int - UInt16 maxStackElements maximum stack depth.
getMaxStorage()
public int getMaxStorage()
Gets uint16 maxStorage number of Storage Area locations.
Returns: int - UInt16 maxStorage number of Storage Area locations.
getMaxTwilightPoints()
public int getMaxTwilightPoints()
Gets uint16 maxTwilightPoints points used in Twilight Zone (Z0).
Returns: int - UInt16 maxTwilightPoints points used in Twilight Zone (Z0).
getMaxZones()
public int getMaxZones()
Gets uint16 maxZones set to 2.
Returns: int - Uint16 maxZones set to 2.
getNumGlyphs()
public int getNumGlyphs()
Gets uint16 numGlyphs the number of glyphs in the Font.
Returns: int - UInt16 numGlyphs the number of glyphs in the Font.
getOffset()
public long getOffset()
Gets offset from beginning of sfnt.
Returns: long - Offset from beginning of sfnt.
getTableVersion()
public Version16Dot16 getTableVersion()
Gets format version. Use properties MajorNumber and MinorNUmber of object Version16Dot16 in hexademical notation to detect version used.
Returns: Version16Dot16 - Format version.
getTag()
public static String getTag()
Gets table tag.
Returns: java.lang.String - Table tag.
getTtfTables()
public TtfTableRepository getTtfTables()
Reference to TTF table repository.
Returns: TtfTableRepository - Reference to TTF table repository.
getVersion()
public float getVersion()
Gets fixed version 0x00010000 if (version 1.0). Deprecated, use TableVersion property instead.
Returns: float - Fixed version 0x00010000 if (version 1.0).
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |