org.fontbox.ttf
Class GlyphTable
A table in a true type font.
- Ben Litchfield (ben@benlitchfield.com)
static String | TAG - Tag to identify this table.
|
TAG
public static final String TAG
Tag to identify this table.
initData
public void initData(TrueTypeFont ttf,
TTFDataStream data)
throws IOException
This will read the required data from the stream.
- initData in interface TTFTable
ttf
- The font that is being read.data
- The stream to read the data from.
setGlyphs
public void setGlyphs(GlyphData[] glyphsValue)
glyphsValue
- The glyphs to set.