GlyphLayout |
BitmapFontCache.addText(java.lang.CharSequence str,
float x,
float y) |
Adds glyphs for the specified text.
|
GlyphLayout |
BitmapFontCache.addText(java.lang.CharSequence str,
float x,
float y,
float targetWidth,
int halign,
boolean wrap) |
Adds glyphs for the specified text.
|
GlyphLayout |
BitmapFontCache.addText(java.lang.CharSequence str,
float x,
float y,
int start,
int end,
float targetWidth,
int halign,
boolean wrap) |
Adds glyphs for the specified text.
|
GlyphLayout |
BitmapFontCache.addText(java.lang.CharSequence str,
float x,
float y,
int start,
int end,
float targetWidth,
int halign,
boolean wrap,
java.lang.String truncate) |
Adds glyphs for the the specified text.
|
GlyphLayout |
BitmapFont.draw(Batch batch,
java.lang.CharSequence str,
float x,
float y) |
Draws text at the specified position.
|
GlyphLayout |
BitmapFont.draw(Batch batch,
java.lang.CharSequence str,
float x,
float y,
float targetWidth,
int halign,
boolean wrap) |
Draws text at the specified position.
|
GlyphLayout |
BitmapFont.draw(Batch batch,
java.lang.CharSequence str,
float x,
float y,
int start,
int end,
float targetWidth,
int halign,
boolean wrap) |
Draws text at the specified position.
|
GlyphLayout |
BitmapFont.draw(Batch batch,
java.lang.CharSequence str,
float x,
float y,
int start,
int end,
float targetWidth,
int halign,
boolean wrap,
java.lang.String truncate) |
Draws text at the specified position.
|
GlyphLayout |
BitmapFontCache.setText(java.lang.CharSequence str,
float x,
float y) |
Clears any cached glyphs and adds glyphs for the specified text.
|
GlyphLayout |
BitmapFontCache.setText(java.lang.CharSequence str,
float x,
float y,
float targetWidth,
int halign,
boolean wrap) |
Clears any cached glyphs and adds glyphs for the specified text.
|
GlyphLayout |
BitmapFontCache.setText(java.lang.CharSequence str,
float x,
float y,
int start,
int end,
float targetWidth,
int halign,
boolean wrap) |
Clears any cached glyphs and adds glyphs for the specified text.
|
GlyphLayout |
BitmapFontCache.setText(java.lang.CharSequence str,
float x,
float y,
int start,
int end,
float targetWidth,
int halign,
boolean wrap,
java.lang.String truncate) |
Clears any cached glyphs and adds glyphs for the specified text.
|