Uses of Class
com.badlogic.gdx.graphics.g2d.BitmapFont.Glyph
-
Packages that use BitmapFont.Glyph Package Description com.badlogic.gdx.graphics.g2d -
-
Uses of BitmapFont.Glyph in com.badlogic.gdx.graphics.g2d
Fields in com.badlogic.gdx.graphics.g2d declared as BitmapFont.Glyph Modifier and Type Field Description BitmapFont.Glyph[][]BitmapFont.BitmapFontData. glyphsBitmapFont.GlyphBitmapFont.BitmapFontData. missingGlyphThe glyph to display for characters not in the font.Fields in com.badlogic.gdx.graphics.g2d with type parameters of type BitmapFont.Glyph Modifier and Type Field Description Array<BitmapFont.Glyph>GlyphLayout.GlyphRun. glyphsMethods in com.badlogic.gdx.graphics.g2d that return BitmapFont.Glyph Modifier and Type Method Description BitmapFont.GlyphBitmapFont.BitmapFontData. getFirstGlyph()BitmapFont.GlyphBitmapFont.BitmapFontData. getGlyph(char ch)Returns the glyph for the specified character, or null if no such glyph exists.Methods in com.badlogic.gdx.graphics.g2d with parameters of type BitmapFont.Glyph 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.voidBitmapFont.BitmapFontData. setGlyph(int ch, BitmapFont.Glyph glyph)voidBitmapFont.BitmapFontData. setGlyphRegion(BitmapFont.Glyph glyph, TextureRegion region)Method parameters in com.badlogic.gdx.graphics.g2d with type arguments of type BitmapFont.Glyph Modifier and Type Method Description intBitmapFont.BitmapFontData. getWrapIndex(Array<BitmapFont.Glyph> glyphs, int start)Returns the first valid glyph index to use to wrap to the next line, starting at the specified start index and (typically) moving toward the beginning of the glyphs array.
-