public class MinecraftFont.UnicodeCharData extends CharData
| Constructor and Description |
|---|
UnicodeCharData() |
| Modifier and Type | Method and Description |
|---|---|
float |
getCharHeight() |
float |
getCharWidth() |
float |
getFullHeight(FontGeneratorOptions options) |
float |
getFullWidth(FontGeneratorOptions options) |
CharData |
set(char c) |
float |
u() |
float |
U() |
float |
v() |
float |
V() |
public CharData set(char c)
public float getCharWidth()
getCharWidth in class CharDatapublic float getCharHeight()
getCharHeight in class CharDatapublic float getFullWidth(FontGeneratorOptions options)
getFullWidth in class CharDatapublic float getFullHeight(FontGeneratorOptions options)
getFullHeight in class CharData