public class LazyFont.LazyChar
Constructor and Description |
---|
LazyChar(int $outer,
int id,
int tx,
int ty,
int width,
int height,
int xOffset,
int yOffset) |
Modifier and Type | Method and Description |
---|---|
int |
getAdvance() |
int |
getHeight() |
int |
getId() |
int |
getKerning(int otherCharId) |
int |
getKerning(char otherChar) |
java.util.Map<java.lang.Integer,java.lang.Integer> |
getKernings() |
float |
getTx1() |
float |
getTx2() |
float |
getTy1() |
float |
getTy2() |
int |
getWidth() |
int |
getXOffset() |
int |
getYOffset() |
void |
setKerning(int otherCharId,
int kerning) |
void |
setKerning(char otherChar,
int kerning) |
public LazyChar(int $outer, int id, int tx, int ty, int width, int height, int xOffset, int yOffset)
public java.util.Map<java.lang.Integer,java.lang.Integer> getKernings()
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()