public class CoreFont.FontChar
extends java.lang.Object
Constructor and Description |
---|
FontChar(char letter,
int pos,
int width) |
Modifier and Type | Method and Description |
---|---|
char |
getLetter() |
int |
getPos() |
int |
getWidth() |
void |
setLetter(char letter) |
void |
setPos(int pos) |
void |
setWidth(int width) |