Package | Description |
---|---|
com.google.typography.font.sfntly.table.bitmap |
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<BitmapGlyphInfo> |
BitmapGlyphInfo.StartOffsetComparator |
Modifier and Type | Method and Description |
---|---|
BitmapGlyphInfo |
BitmapSizeTable.glyphInfo(int glyphId) |
BitmapGlyphInfo |
BitmapSizeTable.Builder.glyphInfo(int glyphId) |
BitmapGlyphInfo |
IndexSubTable.glyphInfo(int glyphId) |
BitmapGlyphInfo |
IndexSubTable.Builder.glyphInfo(int glyphId)
Gets the glyph info for the specified glyph id.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.Map<java.lang.Integer,BitmapGlyphInfo>> |
EbdtTable.Builder.generateLocaList() |
java.util.List<java.util.Map<java.lang.Integer,BitmapGlyphInfo>> |
EblcTable.Builder.generateLocaList()
Generates the loca list for the EBDT table.
|
java.util.Map<java.lang.Integer,BitmapGlyphInfo> |
BitmapSizeTable.Builder.generateLocaMap() |
Modifier and Type | Method and Description |
---|---|
void |
EbdtTable.Builder.setLoca(java.util.List<java.util.Map<java.lang.Integer,BitmapGlyphInfo>> locaList) |