public class LazyFont.LazyChar extends Object
In the rare case that these methods are needed, their names should match the bitmap font file format found here under the char
and
kerning
headings.
Modifier and Type | Method and Description |
---|---|
int |
getAdvance() |
int |
getHeight() |
int |
getId() |
int |
getKerning(char otherChar) |
int |
getKerning(int otherCharId) |
Map<Integer,Integer> |
getKernings() |
float |
getTx1() |
float |
getTx2() |
float |
getTy1() |
float |
getTy2() |
int |
getWidth() |
int |
getXOffset() |
int |
getYOffset() |
void |
setKerning(char otherChar,
int kerning) |
void |
setKerning(int otherCharId,
int kerning) |
public float getTx1()
public float getTx2()
public float getTy1()
public float getTy2()
public void setKerning(int otherCharId, int kerning)
public int getKerning(int otherCharId)
public void setKerning(char otherChar, int kerning)
public int getKerning(char otherChar)
public int getId()
public int getWidth()
public int getHeight()
public int getXOffset()
public int getYOffset()
public int getAdvance()