public class TtfGlyfTable extends TtfTableBase
Represents "glyf" table of the TTF font file.
Modifier and Type | Method and Description |
---|---|
boolean |
containsGlyph(int glyphIndex)
Returns true in case the table contains glyph with glyphIndex.
|
Glyph |
getGlyph(long glyphIndex)
Returns a glyph by glyph index.
|
static String |
getTag()
Gets table tag.
|
getLength, getOffset, getTtfTables
public static String getTag()
Gets table tag.
public boolean containsGlyph(int glyphIndex)
Returns true in case the table contains glyph with glyphIndex.
glyphIndex
- Glyph index.public Glyph getGlyph(long glyphIndex)
Returns a glyph by glyph index.
glyphIndex
- Glyph index.