public class FontFormat
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
align |
static int |
ALIGN_CENTER |
static int |
ALIGN_LEFT |
static int |
ALIGN_RIGHT |
float |
colorB |
float |
colorG |
float |
colorR |
double |
height |
double |
tweenChars |
double |
width |
Constructor and Description |
---|
FontFormat() |
Modifier and Type | Method and Description |
---|---|
FontFormat |
clone() |
boolean |
isMonospaced() |
void |
setColor(float r,
float g,
float b) |
public static int ALIGN_CENTER
public static int ALIGN_LEFT
public static int ALIGN_RIGHT
public double width
public double height
public int align
public double tweenChars
public float colorR
public float colorG
public float colorB
public void setColor(float r, float g, float b)
public boolean isMonospaced()
public FontFormat clone()
clone
in class java.lang.Object