public interface IFont
| Modifier and Type | Method and Description |
|---|---|
Letter |
getLetter(char pChar) |
float |
getLineHeight() |
ITexture |
getTexture() |
void |
load() |
void |
unload() |
void load()
void unload()
ITexture getTexture()
float getLineHeight()
Letter getLetter(char pChar) throws LetterNotFoundException
LetterNotFoundException