| Package | Description |
|---|---|
| com.badlogic.gdx.graphics.g2d |
| Modifier and Type | Field and Description |
|---|---|
Array<GlyphLayout.GlyphRun> |
GlyphLayout.runs |
| Modifier and Type | Method and Description |
|---|---|
void |
BitmapFont.BitmapFontData.getGlyphs(GlyphLayout.GlyphRun run,
java.lang.CharSequence str,
int start,
int end,
boolean tightBounds)
Using the specified string, populates the glyphs and positions of the specified glyph run.
|