org.apache.fontbox.ttf
public class PostScriptTable extends TTFTable
Version: $Revision: 1.1 $
Field Summary | |
---|---|
static String | TAG
A tag that identifies this table type. |
Method Summary | |
---|---|
float | getFormatType() |
String[] | getGlyphNames() |
long | getIsFixedPitch() |
float | getItalicAngle() |
long | getMaxMemType1() |
long | getMaxMemType42() |
long | getMimMemType1() |
long | getMinMemType42() |
short | getUnderlinePosition() |
short | getUnderlineThickness() |
void | initData(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.
|
void | setFormatType(float formatTypeValue) |
void | setGlyphNames(String[] glyphNamesValue) |
void | setIsFixedPitch(long isFixedPitchValue) |
void | setItalicAngle(float italicAngleValue) |
void | setMaxMemType1(long maxMemType1Value) |
void | setMaxMemType42(long maxMemType42Value) |
void | setMimMemType1(long mimMemType1Value) |
void | setMinMemType42(long minMemType42Value) |
void | setUnderlinePosition(short underlinePositionValue) |
void | setUnderlineThickness(short underlineThicknessValue) |
Returns: Returns the formatType.
Returns: Returns the glyphNames.
Returns: Returns the isFixedPitch.
Returns: Returns the italicAngle.
Returns: Returns the maxMemType1.
Returns: Returns the maxMemType42.
Returns: Returns the mimMemType1.
Returns: Returns the minMemType42.
Returns: Returns the underlinePosition.
Returns: Returns the underlineThickness.
Parameters: ttf The font that is being read. data The stream to read the data from.
Throws: IOException If there is an error reading the data.
Parameters: formatTypeValue The formatType to set.
Parameters: glyphNamesValue The glyphNames to set.
Parameters: isFixedPitchValue The isFixedPitch to set.
Parameters: italicAngleValue The italicAngle to set.
Parameters: maxMemType1Value The maxMemType1 to set.
Parameters: maxMemType42Value The maxMemType42 to set.
Parameters: mimMemType1Value The mimMemType1 to set.
Parameters: minMemType42Value The minMemType42 to set.
Parameters: underlinePositionValue The underlinePosition to set.
Parameters: underlineThicknessValue The underlineThickness to set.