org.apache.fontbox.ttf
public class GlyphData extends Object
Version: $Revision: 1.1 $
Method Summary | |
---|---|
BoundingBox | getBoundingBox() |
short | getNumberOfContours() |
void | initData(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.
|
void | setBoundingBox(BoundingBox boundingBoxValue) |
void | setNumberOfContours(short numberOfContoursValue) |
Returns: Returns the boundingBox.
Returns: Returns the numberOfContours.
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: boundingBoxValue The boundingBox to set.
Parameters: numberOfContoursValue The numberOfContours to set.