public final class BitmapSizeTable extends SubTable
Modifier and Type | Class and Description |
---|---|
static class |
BitmapSizeTable.Builder |
Modifier and Type | Method and Description |
---|---|
int |
bitDepth() |
int |
colorRef() |
int |
endGlyphIndex() |
int |
flagsAsInt() |
int |
glyphFormat(int glyphId) |
BitmapGlyphInfo |
glyphInfo(int glyphId) |
int |
glyphLength(int glyphId) |
int |
glyphOffset(int glyphId) |
void |
hori() |
IndexSubTable |
indexSubTable(int index) |
int |
indexSubTableArrayOffset() |
int |
indexTableSize() |
int |
numberOfIndexSubTables() |
int |
ppemX() |
int |
ppemY() |
int |
startGlyphIndex() |
java.lang.String |
toString() |
void |
vert() |
dataLength, readFontData, serialize
public int indexSubTableArrayOffset()
public int indexTableSize()
public int numberOfIndexSubTables()
public int colorRef()
public void hori()
public void vert()
public int startGlyphIndex()
public int endGlyphIndex()
public int ppemX()
public int ppemY()
public int bitDepth()
public int flagsAsInt()
public IndexSubTable indexSubTable(int index)
public BitmapGlyphInfo glyphInfo(int glyphId)
public int glyphOffset(int glyphId)
public int glyphLength(int glyphId)
public int glyphFormat(int glyphId)
public java.lang.String toString()
toString
in class FontDataTable