|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.badlogic.gdx.graphics.g2d.BitmapFont.Glyph
public static class BitmapFont.Glyph
Field Summary | |
---|---|
int |
height
|
byte[][] |
kerning
|
int |
srcX
|
int |
srcY
|
float |
u
|
float |
u2
|
float |
v
|
float |
v2
|
int |
width
|
int |
xadvance
|
int |
xoffset
|
int |
yoffset
|
Constructor Summary | |
---|---|
BitmapFont.Glyph()
|
Method Summary | |
---|---|
int |
getKerning(char ch)
|
void |
setKerning(int ch,
int value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int srcX
public int srcY
public int width
public int height
public float u
public float v
public float u2
public float v2
public int xoffset
public int yoffset
public int xadvance
public byte[][] kerning
Constructor Detail |
---|
public BitmapFont.Glyph()
Method Detail |
---|
public int getKerning(char ch)
public void setKerning(int ch, int value)
|
libgdx API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |