Home » pdfbox-1.1.0-src » org.apache.fontbox.ttf » [javadoc | source]
org.apache.fontbox.ttf
public class: GlyphData [javadoc | source]
java.lang.Object
   org.apache.fontbox.ttf.GlyphData
A glyph data record in the glyf table.
Method from org.apache.fontbox.ttf.GlyphData Summary:
getBoundingBox,   getNumberOfContours,   initData,   setBoundingBox,   setNumberOfContours
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.fontbox.ttf.GlyphData Detail:
 public BoundingBox getBoundingBox() 
 public short getNumberOfContours() 
 public  void initData(TrueTypeFont ttf,
    TTFDataStream data) throws IOException 
    This will read the required data from the stream.
 public  void setBoundingBox(BoundingBox boundingBoxValue) 
 public  void setNumberOfContours(short numberOfContoursValue)