Package | Description |
---|---|
com.badlogic.gdx.graphics.g2d |
Modifier and Type | Field and Description |
---|---|
BitmapFont.Glyph[][] |
BitmapFont.BitmapFontData.glyphs |
Modifier and Type | Method and Description |
---|---|
BitmapFont.Glyph |
BitmapFont.BitmapFontData.getFirstGlyph() |
BitmapFont.Glyph |
BitmapFont.BitmapFontData.getGlyph(char ch)
Returns the glyph for the specified character, or null if no such glyph exists.
|
Modifier and Type | Method and Description |
---|---|
void |
BitmapFont.BitmapFontData.setGlyph(int ch,
BitmapFont.Glyph glyph) |