public class MonospaceGlyph
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 Color color
public void release()
public static MonospaceGlyph allocate()