public class MonospaceGlyph
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| com.badlogic.gdx.graphics.Color | color | 
| char | glyphChar | 
| TextureRegion | textureRegion | 
| float | x | 
| float | y | 
| Modifier and Type | Method and Description | 
|---|---|
| static MonospaceGlyph | allocate() | 
| void | release() | 
public float x
public float y
public char glyphChar
public TextureRegion textureRegion
public final com.badlogic.gdx.graphics.Color color
public void release()
public static MonospaceGlyph allocate()