public static class MaximumProfileTable.Builder extends TableBasedTableBuilder<MaximumProfileTable>
Modifier and Type | Method and Description |
---|---|
static MaximumProfileTable.Builder |
createBuilder(Header header,
WritableFontData data)
Create a new builder using the header information and data provided.
|
int |
maxComponentDepth() |
int |
maxComponentElements() |
int |
maxCompositeContours() |
int |
maxCompositePoints() |
int |
maxContours() |
int |
maxFunctionDefs() |
int |
maxPoints() |
void |
maxPoints(int maxPoints) |
int |
maxSizeOfInstructions() |
int |
maxStackElements() |
int |
maxStorage() |
int |
maxTwilightPoints() |
int |
maxZones() |
int |
numGlyphs() |
void |
setMaxComponentDepth(int maxComponentDepth) |
void |
setMaxComponentElements(int maxComponentElements) |
void |
setMaxCompositeContours(int maxCompositeContours) |
void |
setMaxCompositePoints(int maxCompositePoints) |
void |
setMaxContours(int maxContours) |
void |
setMaxFunctionDefs(int maxFunctionDefs) |
void |
setMaxSizeOfInstructions(int maxSizeOfInstructions) |
void |
setMaxStackElements(int maxStackElements) |
void |
setMaxStorage(int maxStorage) |
void |
setMaxTwilightPoints(int maxTwilightPoints) |
void |
setMaxZones(int maxZones) |
void |
setNumGlyphs(int numGlyphs) |
void |
setTableVersion(int version) |
int |
tableVersion() |
build
getBuilder, header, toString
changed, data, readyToBuild, setData, setData
public static MaximumProfileTable.Builder createBuilder(Header header, WritableFontData data)
header
- the header informationdata
- the data holding the tablepublic int tableVersion()
public void setTableVersion(int version)
public int numGlyphs()
public void setNumGlyphs(int numGlyphs)
public int maxPoints()
public void maxPoints(int maxPoints)
public int maxContours()
public void setMaxContours(int maxContours)
public int maxCompositePoints()
public void setMaxCompositePoints(int maxCompositePoints)
public int maxCompositeContours()
public void setMaxCompositeContours(int maxCompositeContours)
public int maxZones()
public void setMaxZones(int maxZones)
public int maxTwilightPoints()
public void setMaxTwilightPoints(int maxTwilightPoints)
public int maxStorage()
public void setMaxStorage(int maxStorage)
public int maxFunctionDefs()
public void setMaxFunctionDefs(int maxFunctionDefs)
public int maxStackElements()
public void setMaxStackElements(int maxStackElements)
public int maxSizeOfInstructions()
public void setMaxSizeOfInstructions(int maxSizeOfInstructions)
public int maxComponentElements()
public void setMaxComponentElements(int maxComponentElements)
public int maxComponentDepth()
public void setMaxComponentDepth(int maxComponentDepth)