Package | Description |
---|---|
com.google.typography.font.sfntly.table.bitmap |
Modifier and Type | Class and Description |
---|---|
static class |
BitmapGlyph.Builder<T extends BitmapGlyph> |
Modifier and Type | Class and Description |
---|---|
class |
CompositeBitmapGlyph |
class |
SimpleBitmapGlyph |
Modifier and Type | Method and Description |
---|---|
static BitmapGlyph |
BitmapGlyph.createGlyph(ReadableFontData data,
int format) |
BitmapGlyph |
EbdtTable.glyph(int offset,
int length,
int format) |
Modifier and Type | Method and Description |
---|---|
static BitmapGlyph.Builder<? extends BitmapGlyph> |
BitmapGlyph.Builder.createGlyphBuilder(ReadableFontData data,
int format) |
java.util.List<java.util.Map<java.lang.Integer,BitmapGlyph.Builder<? extends BitmapGlyph>>> |
EbdtTable.Builder.glyphBuilders()
Gets the List of glyph builders for the glyph table builder.
|
Modifier and Type | Method and Description |
---|---|
void |
EbdtTable.Builder.setGlyphBuilders(java.util.List<java.util.Map<java.lang.Integer,BitmapGlyph.Builder<? extends BitmapGlyph>>> glyphBuilders)
Replace the internal glyph builders with the one provided.
|