public class FontGeneratorOptions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
antialias
Whether to use AA for the rendering of the font
|
boolean |
debug
Whether to generate debug data in the texture
|
static FontGeneratorOptions |
DEFAULT |
float |
fontSize
Size of font
|
int |
fontType
Type of font
|
float |
mx
Offset on the left of characters
|
float |
my
Offset on the top of characters
|
float |
px
Offset on the right of characters
|
float |
py
Offset on the bottom of characters
|
| Constructor and Description |
|---|
FontGeneratorOptions() |
public static FontGeneratorOptions DEFAULT
public int fontType
public float fontSize
public boolean antialias
public float mx
public float px
public float my
public float py
public boolean debug