Home » pdfbox-1.1.0-src » org.apache.fontbox.ttf » [javadoc | source]
org.apache.fontbox.ttf
public class: PostScriptTable [javadoc | source]
java.lang.Object
   org.apache.fontbox.ttf.TTFTable
      org.apache.fontbox.ttf.PostScriptTable
A table in a true type font.
Field Summary
public static final  String TAG    A tag that identifies this table type. 
Method from org.apache.fontbox.ttf.PostScriptTable Summary:
getFormatType,   getGlyphNames,   getIsFixedPitch,   getItalicAngle,   getMaxMemType1,   getMaxMemType42,   getMimMemType1,   getMinMemType42,   getUnderlinePosition,   getUnderlineThickness,   initData,   setFormatType,   setGlyphNames,   setIsFixedPitch,   setItalicAngle,   setMaxMemType1,   setMaxMemType42,   setMimMemType1,   setMinMemType42,   setUnderlinePosition,   setUnderlineThickness
Methods from org.apache.fontbox.ttf.TTFTable:
getCheckSum,   getLength,   getOffset,   getTag,   initData,   setCheckSum,   setLength,   setOffset,   setTag
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.ttf.PostScriptTable Detail:
 public float getFormatType() 
 public String[] getGlyphNames() 
 public long getIsFixedPitch() 
 public float getItalicAngle() 
 public long getMaxMemType1() 
 public long getMaxMemType42() 
 public long getMimMemType1() 
 public long getMinMemType42() 
 public short getUnderlinePosition() 
 public short getUnderlineThickness() 
 public  void initData(TrueTypeFont ttf,
    TTFDataStream data) throws IOException 
    This will read the required data from the stream.
 public  void setFormatType(float formatTypeValue) 
 public  void setGlyphNames(String[] glyphNamesValue) 
 public  void setIsFixedPitch(long isFixedPitchValue) 
 public  void setItalicAngle(float italicAngleValue) 
 public  void setMaxMemType1(long maxMemType1Value) 
 public  void setMaxMemType42(long maxMemType42Value) 
 public  void setMimMemType1(long mimMemType1Value) 
 public  void setMinMemType42(long minMemType42Value) 
 public  void setUnderlinePosition(short underlinePositionValue) 
 public  void setUnderlineThickness(short underlineThicknessValue)