public final class IndexSubTableFormat5 extends IndexSubTable
Modifier and Type | Class and Description |
---|---|
static class |
IndexSubTableFormat5.Builder |
IndexSubTable.Format
Modifier and Type | Method and Description |
---|---|
BigGlyphMetrics |
bigMetrics() |
int |
glyphLength(int glyphId) |
int |
glyphStartOffset(int glyphId)
Gets the offset of the glyph relative to the block for this index subtable.
|
int |
imageSize() |
int |
numGlyphs() |
firstGlyphIndex, glyphInfo, glyphOffset, imageDataOffset, imageFormat, indexFormat, lastGlyphIndex, toString
dataLength, readFontData, serialize
public int imageSize()
public BigGlyphMetrics bigMetrics()
public int numGlyphs()
numGlyphs
in class IndexSubTable
public int glyphStartOffset(int glyphId)
IndexSubTable
glyphStartOffset
in class IndexSubTable
glyphId
- the glyph idpublic int glyphLength(int glyphId)
glyphLength
in class IndexSubTable