public class HeadTable extends OpenTypeTable
OpenTypeTable.OtfTableRecordcachedUnpaddedData, font, isFromParsedFont, record, TABLE_RECORD_SIZE| Constructor and Description |
|---|
HeadTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
checksumAdjustment(byte[] fontBytes) |
static HeadTable |
createDefaultTable() |
String |
getTableType() |
short |
getxMax() |
short |
getxMin() |
short |
getyMax() |
short |
getyMin() |
boolean |
isLongIndexToLocFormat() |
void |
setMaxX(short xMax) |
void |
setMaxY(short yMax) |
void |
setMinX(short xMin) |
void |
setMinY(short yMin) |
clearDataCache, createFromRecord, finalizeRecord, generateUnpaddedData, getChecksum, getData, getOffset, getRecordData, getUnpaddedData, isParsingImplemented, readData, setOffsetpublic String getTableType()
getTableType in class OpenTypeTablepublic static HeadTable createDefaultTable()
public void checksumAdjustment(byte[] fontBytes)
throws IOException
IOExceptionpublic short getyMin()
public void setMinY(short yMin)
public short getxMin()
public void setMinX(short xMin)
public short getxMax()
public void setMaxX(short xMax)
public short getyMax()
public void setMaxY(short yMax)
public boolean isLongIndexToLocFormat()
Copyright © 2018. All rights reserved.