Package com.tom_roush.fontbox.ttf
Class PostScriptTable
- java.lang.Object
-
- com.tom_roush.fontbox.ttf.TTFTable
-
- com.tom_roush.fontbox.ttf.PostScriptTable
-
public class PostScriptTable extends TTFTable
A table in a true type font.
-
-
Field Summary
Fields Modifier and Type Field Description static StringTAGA tag that identifies this table type.-
Fields inherited from class com.tom_roush.fontbox.ttf.TTFTable
font, initialized
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description floatgetFormatType()String[]getGlyphNames()longgetIsFixedPitch()floatgetItalicAngle()longgetMaxMemType1()longgetMaxMemType42()longgetMinMemType1()longgetMinMemType42()StringgetName(int gid)shortgetUnderlinePosition()shortgetUnderlineThickness()voidsetFormatType(float formatTypeValue)voidsetGlyphNames(String[] glyphNamesValue)voidsetIsFixedPitch(long isFixedPitchValue)voidsetItalicAngle(float italicAngleValue)voidsetMaxMemType1(long maxMemType1Value)voidsetMaxMemType42(long maxMemType42Value)voidsetMimMemType1(long mimMemType1Value)voidsetMinMemType42(long minMemType42Value)voidsetUnderlinePosition(short underlinePositionValue)voidsetUnderlineThickness(short underlineThicknessValue)-
Methods inherited from class com.tom_roush.fontbox.ttf.TTFTable
getCheckSum, getInitialized, getLength, getOffset, getTag
-
-
-
-
Field Detail
-
TAG
public static final String TAG
A tag that identifies this table type.- See Also:
- Constant Field Values
-
-
Method Detail
-
getFormatType
public float getFormatType()
- Returns:
- Returns the formatType.
-
setFormatType
public void setFormatType(float formatTypeValue)
- Parameters:
formatTypeValue- The formatType to set.
-
getIsFixedPitch
public long getIsFixedPitch()
- Returns:
- Returns the isFixedPitch.
-
setIsFixedPitch
public void setIsFixedPitch(long isFixedPitchValue)
- Parameters:
isFixedPitchValue- The isFixedPitch to set.
-
getItalicAngle
public float getItalicAngle()
- Returns:
- Returns the italicAngle.
-
setItalicAngle
public void setItalicAngle(float italicAngleValue)
- Parameters:
italicAngleValue- The italicAngle to set.
-
getMaxMemType1
public long getMaxMemType1()
- Returns:
- Returns the maxMemType1.
-
setMaxMemType1
public void setMaxMemType1(long maxMemType1Value)
- Parameters:
maxMemType1Value- The maxMemType1 to set.
-
getMaxMemType42
public long getMaxMemType42()
- Returns:
- Returns the maxMemType42.
-
setMaxMemType42
public void setMaxMemType42(long maxMemType42Value)
- Parameters:
maxMemType42Value- The maxMemType42 to set.
-
getMinMemType1
public long getMinMemType1()
- Returns:
- Returns the mimMemType1.
-
setMimMemType1
public void setMimMemType1(long mimMemType1Value)
- Parameters:
mimMemType1Value- The mimMemType1 to set.
-
getMinMemType42
public long getMinMemType42()
- Returns:
- Returns the minMemType42.
-
setMinMemType42
public void setMinMemType42(long minMemType42Value)
- Parameters:
minMemType42Value- The minMemType42 to set.
-
getUnderlinePosition
public short getUnderlinePosition()
- Returns:
- Returns the underlinePosition.
-
setUnderlinePosition
public void setUnderlinePosition(short underlinePositionValue)
- Parameters:
underlinePositionValue- The underlinePosition to set.
-
getUnderlineThickness
public short getUnderlineThickness()
- Returns:
- Returns the underlineThickness.
-
setUnderlineThickness
public void setUnderlineThickness(short underlineThicknessValue)
- Parameters:
underlineThicknessValue- The underlineThickness to set.
-
getGlyphNames
public String[] getGlyphNames()
- Returns:
- Returns the glyphNames.
-
setGlyphNames
public void setGlyphNames(String[] glyphNamesValue)
- Parameters:
glyphNamesValue- The glyphNames to set.
-
getName
public String getName(int gid)
- Returns:
- Returns the glyph name.
-
-