public class PostScriptTable extends OpenTypeTable
OpenTypeTable.OtfTableRecordcachedUnpaddedData, font, isFromParsedFont, record, TABLE_RECORD_SIZE| Constructor and Description |
|---|
PostScriptTable() |
| Modifier and Type | Method and Description |
|---|---|
static PostScriptTable |
createDefaultTable(float version) |
long |
getIsFixedPitch() |
float |
getItalicAngle() |
long |
getMaxMemType1() |
long |
getMaxMemType42() |
long |
getMimMemType1() |
long |
getMinMemType42() |
int |
getNumGlyphs() |
String |
getTableType() |
short |
getUnderlinePosition() |
short |
getUnderlineThickness() |
float |
getVersion() |
boolean |
isVersion2() |
void |
readData(byte[] data) |
clearDataCache, createFromRecord, finalizeRecord, generateUnpaddedData, getChecksum, getData, getOffset, getRecordData, getUnpaddedData, isParsingImplemented, setOffsetpublic String getTableType()
getTableType in class OpenTypeTablepublic static PostScriptTable createDefaultTable(float version)
public void readData(byte[] data)
throws IOException
readData in class OpenTypeTableIOExceptionpublic float getVersion()
public float getItalicAngle()
public short getUnderlinePosition()
public short getUnderlineThickness()
public long getIsFixedPitch()
public long getMinMemType42()
public long getMaxMemType42()
public long getMimMemType1()
public long getMaxMemType1()
public boolean isVersion2()
public int getNumGlyphs()
Copyright © 2016. All rights reserved.