public abstract class BitmapGlyph extends SubTable
Modifier and Type | Class and Description |
---|---|
static class |
BitmapGlyph.Builder<T extends BitmapGlyph> |
Modifier and Type | Method and Description |
---|---|
static BitmapGlyph |
createGlyph(ReadableFontData data,
int format) |
int |
format() |
java.lang.String |
toString() |
dataLength, readFontData, serialize
public static BitmapGlyph createGlyph(ReadableFontData data, int format)
public int format()
public java.lang.String toString()
toString
in class FontDataTable