getMaxComponentDepth
public int getMaxComponentDepth()
- Returns the maxComponentDepth.
getMaxComponentElements
public int getMaxComponentElements()
- Returns the maxComponentElements.
getMaxCompositeContours
public int getMaxCompositeContours()
- Returns the maxCompositeContours.
getMaxCompositePoints
public int getMaxCompositePoints()
- Returns the maxCompositePoints.
getMaxContours
public int getMaxContours()
getMaxFunctionDefs
public int getMaxFunctionDefs()
- Returns the maxFunctionDefs.
getMaxInstructionDefs
public int getMaxInstructionDefs()
- Returns the maxInstructionDefs.
getMaxPoints
public int getMaxPoints()
getMaxSizeOfInstructions
public int getMaxSizeOfInstructions()
- Returns the maxSizeOfInstructions.
getMaxStackElements
public int getMaxStackElements()
- Returns the maxStackElements.
getMaxStorage
public int getMaxStorage()
getMaxTwilightPoints
public int getMaxTwilightPoints()
- Returns the maxTwilightPoints.
getMaxZones
public int getMaxZones()
getNumGlyphs
public int getNumGlyphs()
getVersion
public float getVersion()
initData
public void initData(TrueTypeFont ttf,
TTFDataStream data)
throws IOException
This will read the required data from the stream.
- initData in interface TTFTable
ttf
- The font that is being read.data
- The stream to read the data from.
setMaxComponentDepth
public void setMaxComponentDepth(int maxComponentDepthValue)
maxComponentDepthValue
- The maxComponentDepth to set.
setMaxComponentElements
public void setMaxComponentElements(int maxComponentElementsValue)
maxComponentElementsValue
- The maxComponentElements to set.
setMaxCompositeContours
public void setMaxCompositeContours(int maxCompositeContoursValue)
maxCompositeContoursValue
- The maxCompositeContours to set.
setMaxCompositePoints
public void setMaxCompositePoints(int maxCompositePointsValue)
maxCompositePointsValue
- The maxCompositePoints to set.
setMaxContours
public void setMaxContours(int maxContoursValue)
maxContoursValue
- The maxContours to set.
setMaxFunctionDefs
public void setMaxFunctionDefs(int maxFunctionDefsValue)
maxFunctionDefsValue
- The maxFunctionDefs to set.
setMaxInstructionDefs
public void setMaxInstructionDefs(int maxInstructionDefsValue)
maxInstructionDefsValue
- The maxInstructionDefs to set.
setMaxPoints
public void setMaxPoints(int maxPointsValue)
maxPointsValue
- The maxPoints to set.
setMaxSizeOfInstructions
public void setMaxSizeOfInstructions(int maxSizeOfInstructionsValue)
maxSizeOfInstructionsValue
- The maxSizeOfInstructions to set.
setMaxStackElements
public void setMaxStackElements(int maxStackElementsValue)
maxStackElementsValue
- The maxStackElements to set.
setMaxStorage
public void setMaxStorage(int maxStorageValue)
maxStorageValue
- The maxStorage to set.
setMaxTwilightPoints
public void setMaxTwilightPoints(int maxTwilightPointsValue)
maxTwilightPointsValue
- The maxTwilightPoints to set.
setMaxZones
public void setMaxZones(int maxZonesValue)
maxZonesValue
- The maxZones to set.
setNumGlyphs
public void setNumGlyphs(int numGlyphsValue)
numGlyphsValue
- The numGlyphs to set.
setVersion
public void setVersion(float versionValue)
versionValue
- The version to set.