public class FontBuilderGlyph
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
Color |
color |
FontBuilderGameFont.FontBuilderChar |
glyphChar |
float |
x |
float |
y |
| Modifier and Type | Method and Description |
|---|---|
static FontBuilderGlyph |
allocate() |
void |
release() |
public float x
public float y
public FontBuilderGameFont.FontBuilderChar glyphChar
public final Color color
public void release()
public static FontBuilderGlyph allocate()