Uses of Class
com.badlogic.gdx.graphics.g2d.GlyphLayout.GlyphRun
-
Packages that use GlyphLayout.GlyphRun Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of GlyphLayout.GlyphRun in com.badlogic.gdx.graphics.g2d
Fields in com.badlogic.gdx.graphics.g2d with type parameters of type GlyphLayout.GlyphRun Modifier and Type Field Description Array<GlyphLayout.GlyphRun>GlyphLayout. runsEach run has the glyphs for a line of text.Methods in com.badlogic.gdx.graphics.g2d with parameters of type GlyphLayout.GlyphRun Modifier and Type Method Description voidBitmapFont.BitmapFontData. getGlyphs(GlyphLayout.GlyphRun run, java.lang.CharSequence str, int start, int end, BitmapFont.Glyph lastGlyph)Using the specified string, populates the glyphs and positions of the specified glyph run.
-