| Package | Description |
|---|---|
| org.apache.fontbox.ttf |
This package contains classes to parse a TTF file.
|
| Modifier and Type | Method | Description |
|---|---|---|
GlyphTable |
OpenTypeFont.getGlyph() |
|
GlyphTable |
TrueTypeFont.getGlyph() |
Get the glyf table for this TTF.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
GlyphData.initData(GlyphTable glyphTable,
org.apache.fontbox.ttf.TTFDataStream data,
int leftSideBearing) |
This will read the required data from the stream.
|
| Constructor | Description |
|---|---|
GlyfCompositeDescript(org.apache.fontbox.ttf.TTFDataStream bais,
GlyphTable glyphTable) |
Constructor.
|
Copyright © 2008–2018. All rights reserved.