Uses of Class
com.badlogic.gdx.graphics.g2d.BitmapFontCache
-
Packages that use BitmapFontCache Package Description com.badlogic.gdx.graphics.g2d com.badlogic.gdx.scenes.scene2d.ui -
-
Uses of BitmapFontCache in com.badlogic.gdx.graphics.g2d
Methods in com.badlogic.gdx.graphics.g2d that return BitmapFontCache Modifier and Type Method Description BitmapFontCacheBitmapFont. getCache()For expert usage -- returns the BitmapFontCache used by this font, for rendering to a sprite batch.BitmapFontCacheBitmapFont. newFontCache()Creates a new BitmapFontCache for this font.BitmapFontCacheDistanceFieldFont. newFontCache() -
Uses of BitmapFontCache in com.badlogic.gdx.scenes.scene2d.ui
Methods in com.badlogic.gdx.scenes.scene2d.ui that return BitmapFontCache Modifier and Type Method Description protected BitmapFontCacheLabel. getBitmapFontCache()Allows subclasses to access the cache inLabel.draw(Batch, float).
-