public class MaximumProfileTable extends OpenTypeTable
OpenTypeTable.OtfTableRecord| Modifier and Type | Field and Description |
|---|---|
protected int |
numGlyphs |
protected float |
version |
cachedUnpaddedData, font, isFromParsedFont, record, TABLE_RECORD_SIZE| Constructor and Description |
|---|
MaximumProfileTable() |
| Modifier and Type | Method and Description |
|---|---|
static MaximumProfileTable |
createDefaultTable() |
static MaximumProfileTable |
createDefaultV1Table() |
int |
getNumGlyphs() |
String |
getTableType() |
float |
getVersion() |
boolean |
isVersionOne() |
void |
setNumGlyphs(int numGlyphs) |
void |
setVersion(float version) |
clearDataCache, createFromRecord, finalizeRecord, generateUnpaddedData, getChecksum, getData, getOffset, getRecordData, getUnpaddedData, isParsingImplemented, readData, setOffsetpublic static MaximumProfileTable createDefaultTable()
public static MaximumProfileTable createDefaultV1Table()
public String getTableType()
getTableType in class OpenTypeTablepublic boolean isVersionOne()
public float getVersion()
public void setVersion(float version)
public int getNumGlyphs()
public void setNumGlyphs(int numGlyphs)
Copyright © 2016. All rights reserved.