public static final class BitmapSizeTable.Builder extends FontDataTable.Builder<T>
Modifier and Type | Method and Description |
---|---|
int |
bitDepth() |
int |
colorRef() |
int |
endGlyphIndex() |
int |
flagsAsInt() |
java.util.Map<java.lang.Integer,BitmapGlyphInfo> |
generateLocaMap() |
int |
glyphFormat(int glyphId) |
BitmapGlyphInfo |
glyphInfo(int glyphId) |
int |
glyphLength(int glyphId) |
int |
glyphOffset(int glyphId) |
void |
hori() |
int |
indexSubTableArrayOffset()
Gets the subtable array offset as set in the original table as read from
the font file.
|
IndexSubTable.Builder<? extends IndexSubTable> |
indexSubTableBuilder(int index) |
java.util.List<IndexSubTable.Builder<? extends IndexSubTable>> |
indexSubTableBuilders() |
int |
indexTableSize()
Gets the subtable array size as set in the original table as read from
the font file.
|
int |
numberOfIndexSubTables() |
int |
ppemX() |
int |
ppemY() |
int |
startGlyphIndex() |
void |
vert() |
build, changed, data, readyToBuild, setData, setData
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.Builder<? extends IndexSubTable> indexSubTableBuilder(int index)
public BitmapGlyphInfo glyphInfo(int glyphId)
public int glyphOffset(int glyphId)
public int glyphLength(int glyphId)
public int glyphFormat(int glyphId)
public java.util.List<IndexSubTable.Builder<? extends IndexSubTable>> indexSubTableBuilders()
public java.util.Map<java.lang.Integer,BitmapGlyphInfo> generateLocaMap()