public class BitmapFont
extends java.lang.Object
| Constructor and Description |
|---|
BitmapFont(ImageAtlas imageAtlas) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBaseline() |
Image |
getGlyph(char c) |
Rect |
getGlyphBounds(char c) |
ImageAtlas |
getImageAtlas() |
int |
getLetterSpacing() |
int |
getLineHeight() |
public BitmapFont(ImageAtlas imageAtlas)
public int getBaseline()
public int getLineHeight()
public int getLetterSpacing()
public ImageAtlas getImageAtlas()
public Image getGlyph(char c)
public Rect getGlyphBounds(char c)