com.sun.pdfview.font.ttf
public class HeadTable extends TrueTypeTable
Constructor Summary | |
---|---|
protected | HeadTable() Creates a new instance of HeadTable
Makes up reasonable(?) |
Method Summary | |
---|---|
int | getChecksumAdjustment() Getter for property checksumAdjustment. |
long | getCreated() Getter for property created. |
ByteBuffer | getData()
Get the data we have stored |
short | getFlags() Getter for property flags. |
short | getFontDirectionHint() Getter for property fontDirectionHint. |
int | getFontRevision() Getter for property fontRevision. |
short | getGlyphDataFormat() Getter for property glyphDataFormat. |
short | getIndexToLocFormat() Getter for property indexToLocFormat. |
int | getLength()
Get the length of this table |
short | getLowestRecPPem() Getter for property lowestRecPPem. |
short | getMacStyle() Getter for property macStyle. |
int | getMagicNumber() Getter for property magicNumber. |
long | getModified() Getter for property modified. |
short | getUnitsPerEm() Getter for property unitsPerEm. |
int | getVersion() Getter for property version. |
short | getXMax() Getter for property xMax. |
short | getXMin() Getter for property xMin. |
short | getYMax() Getter for property yMax. |
short | getYMin() Getter for property yMin. |
void | setChecksumAdjustment(int checksumAdjustment) Setter for property checksumAdjustment. |
void | setCreated(long created) Setter for property created. |
void | setData(ByteBuffer data)
Parse the data before it is set |
void | setFlags(short flags) Setter for property flags. |
void | setFontDirectionHint(short fontDirectionHint) Setter for property fontDirectionHint. |
void | setFontRevision(int fontRevision) Setter for property fontRevision. |
void | setGlyphDataFormat(short glyphDataFormat) Setter for property glyphDataFormat. |
void | setIndexToLocFormat(short indexToLocFormat) Setter for property indexToLocFormat. |
void | setLowestRecPPem(short lowestRecPPem) Setter for property lowestRecPPem. |
void | setMacStyle(short macStyle) Setter for property macStyle. |
void | setMagicNumber(int magicNumber) Setter for property magicNumber. |
void | setModified(long modified) Setter for property modified. |
void | setUnitsPerEm(short unitsPerEm) Setter for property unitsPerEm. |
void | setVersion(int version) Setter for property version. |
void | setXMax(short xMax) Setter for property XMax. |
void | setXMin(short xMin) Setter for property XMin. |
void | setYMax(short yMax) Setter for property YMax. |
void | setYMin(short yMin) Setter for property YMin. |
String | toString()
Create a pretty string |
Returns: Value of property checksumAdjustment.
Returns: Value of property created.
Returns: Value of property flags.
Returns: Value of property fontDirectionHint.
Returns: Value of property fontRevision.
Returns: Value of property glyphDataFormat.
Returns: Value of property indexToLocFormat.
Returns: Value of property lowestRecPPem.
Returns: Value of property macStyle.
Returns: Value of property magicNumber.
Returns: Value of property modified.
Returns: Value of property unitsPerEm.
Returns: Value of property version.
Returns: Value of property xMax.
Returns: Value of property xMin.
Returns: Value of property yMax.
Returns: Value of property yMin.
Parameters: checksumAdjustment New value of property checksumAdjustment.
Parameters: created New value of property created.
Parameters: flags New value of property flags.
Parameters: fontDirectionHint New value of property fontDirectionHint.
Parameters: fontRevision New value of property fontRevision.
Parameters: glyphDataFormat New value of property glyphDataFormat.
Parameters: indexToLocFormat New value of property indexToLocFormat.
Parameters: lowestRecPPem New value of property lowestRecPPem.
Parameters: macStyle New value of property macStyle.
Parameters: magicNumber New value of property magicNumber.
Parameters: modified New value of property modified.
Parameters: unitsPerEm New value of property unitsPerEm.
Parameters: version New value of property version.
Parameters: xMax New value of property XMax.
Parameters: xMin New value of property XMin.
Parameters: yMax New value of property YMax.
Parameters: yMin New value of property YMin.