public abstract class IndexSubTable extends SubTable
| Modifier and Type | Class and Description |
|---|---|
static class |
IndexSubTable.Builder<T extends IndexSubTable> |
static class |
IndexSubTable.Format |
| Modifier and Type | Method and Description |
|---|---|
int |
firstGlyphIndex() |
BitmapGlyphInfo |
glyphInfo(int glyphId) |
abstract int |
glyphLength(int glyphId) |
int |
glyphOffset(int glyphId) |
abstract int |
glyphStartOffset(int glyphId)
Gets the offset of the glyph relative to the block for this index subtable.
|
int |
imageDataOffset() |
int |
imageFormat() |
int |
indexFormat() |
int |
lastGlyphIndex() |
abstract int |
numGlyphs() |
java.lang.String |
toString() |
dataLength, readFontData, serializepublic int indexFormat()
public int firstGlyphIndex()
public int lastGlyphIndex()
public int imageFormat()
public int imageDataOffset()
public BitmapGlyphInfo glyphInfo(int glyphId)
public final int glyphOffset(int glyphId)
public abstract int glyphStartOffset(int glyphId)
glyphId - the glyph idpublic abstract int glyphLength(int glyphId)
public abstract int numGlyphs()
public java.lang.String toString()
toString in class FontDataTable