org.apache.fontbox.ttf
public class GlyphTable extends TTFTable
Version: $Revision: 1.1 $
Field Summary | |
---|---|
static String | TAG
Tag to identify this table. |
Method Summary | |
---|---|
GlyphData[] | getGlyphs() |
void | initData(TrueTypeFont ttf, TTFDataStream data)
This will read the required data from the stream.
|
void | setGlyphs(GlyphData[] glyphsValue) |
Returns: Returns the glyphs.
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: glyphsValue The glyphs to set.