Package | Description |
---|---|
com.badlogic.gdx.graphics.g2d | |
com.badlogic.gdx.scenes.scene2d.ui |
Modifier and Type | Method and Description |
---|---|
BitmapFontCache |
BitmapFont.getCache()
For expert usage -- returns the BitmapFontCache used by this font, for rendering to a sprite batch.
|
BitmapFontCache |
BitmapFont.newFontCache()
Creates a new BitmapFontCache for this font.
|
BitmapFontCache |
DistanceFieldFont.newFontCache() |
Modifier and Type | Method and Description |
---|---|
protected BitmapFontCache |
Label.getBitmapFontCache()
Allows subclasses to access the cache in
Label.draw(Batch, float) . |