org.apache.fontbox.ttf
public class MaximumProfileTable extends TTFTable
Version: $Revision: 1.1 $
| Field Summary | |
|---|---|
| static String | TAG
A tag that identifies this table type. |
| Method Summary | |
|---|---|
| int | getMaxComponentDepth() |
| int | getMaxComponentElements() |
| int | getMaxCompositeContours() |
| int | getMaxCompositePoints() |
| int | getMaxContours() |
| int | getMaxFunctionDefs() |
| int | getMaxInstructionDefs() |
| int | getMaxPoints() |
| int | getMaxSizeOfInstructions() |
| int | getMaxStackElements() |
| int | getMaxStorage() |
| int | getMaxTwilightPoints() |
| int | getMaxZones() |
| int | getNumGlyphs() |
| float | getVersion() |
| void | initData(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.
|
| void | setMaxComponentDepth(int maxComponentDepthValue) |
| void | setMaxComponentElements(int maxComponentElementsValue) |
| void | setMaxCompositeContours(int maxCompositeContoursValue) |
| void | setMaxCompositePoints(int maxCompositePointsValue) |
| void | setMaxContours(int maxContoursValue) |
| void | setMaxFunctionDefs(int maxFunctionDefsValue) |
| void | setMaxInstructionDefs(int maxInstructionDefsValue) |
| void | setMaxPoints(int maxPointsValue) |
| void | setMaxSizeOfInstructions(int maxSizeOfInstructionsValue) |
| void | setMaxStackElements(int maxStackElementsValue) |
| void | setMaxStorage(int maxStorageValue) |
| void | setMaxTwilightPoints(int maxTwilightPointsValue) |
| void | setMaxZones(int maxZonesValue) |
| void | setNumGlyphs(int numGlyphsValue) |
| void | setVersion(float versionValue) |
Returns: Returns the maxComponentDepth.
Returns: Returns the maxComponentElements.
Returns: Returns the maxCompositeContours.
Returns: Returns the maxCompositePoints.
Returns: Returns the maxContours.
Returns: Returns the maxFunctionDefs.
Returns: Returns the maxInstructionDefs.
Returns: Returns the maxPoints.
Returns: Returns the maxSizeOfInstructions.
Returns: Returns the maxStackElements.
Returns: Returns the maxStorage.
Returns: Returns the maxTwilightPoints.
Returns: Returns the maxZones.
Returns: Returns the numGlyphs.
Returns: Returns the version.
Parameters: ttf The font that is being read. data The stream to read the data from.
Throws: IOException If there is an error reading the data.
Parameters: maxComponentDepthValue The maxComponentDepth to set.
Parameters: maxComponentElementsValue The maxComponentElements to set.
Parameters: maxCompositeContoursValue The maxCompositeContours to set.
Parameters: maxCompositePointsValue The maxCompositePoints to set.
Parameters: maxContoursValue The maxContours to set.
Parameters: maxFunctionDefsValue The maxFunctionDefs to set.
Parameters: maxInstructionDefsValue The maxInstructionDefs to set.
Parameters: maxPointsValue The maxPoints to set.
Parameters: maxSizeOfInstructionsValue The maxSizeOfInstructions to set.
Parameters: maxStackElementsValue The maxStackElements to set.
Parameters: maxStorageValue The maxStorage to set.
Parameters: maxTwilightPointsValue The maxTwilightPoints to set.
Parameters: maxZonesValue The maxZones to set.
Parameters: numGlyphsValue The numGlyphs to set.
Parameters: versionValue The version to set.