public static class GlyphLayout.GlyphRun extends java.lang.Object implements Pool.Poolable
| Modifier and Type | Field and Description |
|---|---|
Color |
color |
Array<BitmapFont.Glyph> |
glyphs |
float |
width |
float |
x |
FloatArray |
xAdvances
Contains glyphs.size+1 entries: First entry is X offset relative to the drawing position.
|
float |
y |
| Constructor and Description |
|---|
GlyphRun() |
| Modifier and Type | Method and Description |
|---|---|
void |
reset()
Resets the object for reuse.
|
java.lang.String |
toString() |
public Array<BitmapFont.Glyph> glyphs
public FloatArray xAdvances
public float x
public float y
public float width
public final Color color
public void reset()
Pool.Poolablereset in interface Pool.Poolablepublic java.lang.String toString()
toString in class java.lang.Object