|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UIFont | |
---|---|
zombie.ui |
Uses of UIFont in zombie.ui |
---|
Methods in zombie.ui that return UIFont | |
---|---|
static UIFont |
UIFont.FromString(java.lang.String str)
|
static UIFont |
UIFont.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static UIFont[] |
UIFont.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in zombie.ui with parameters of type UIFont | |
---|---|
void |
TextManager.DrawString(UIFont font,
double x,
double y,
java.lang.String str,
double r,
double g,
double b,
double a)
|
void |
TextManager.DrawStringCentre(UIFont font,
double x,
double y,
java.lang.String str,
double r,
double g,
double b,
double a)
|
void |
TextManager.DrawStringRight(UIFont font,
double x,
double y,
java.lang.String str,
double r,
double g,
double b,
double a)
|
void |
UIElement.DrawText(UIFont font,
java.lang.String text,
double x,
double y,
double r,
double g,
double b,
double alpha)
|
void |
UIElement.DrawTextCentre(UIFont font,
java.lang.String text,
double x,
double y,
double r,
double g,
double b,
double alpha)
|
void |
UIElement.DrawTextRight(UIFont font,
java.lang.String text,
double x,
double y,
double r,
double g,
double b,
double alpha)
|
AngelCodeFont |
TextManager.getFontFromEnum(UIFont font)
|
int |
TextManager.MeasureFont(UIFont font)
|
int |
TextManager.MeasureStringX(UIFont font,
java.lang.String str)
|
int |
TextManager.MeasureStringY(UIFont font,
java.lang.String str)
|
Constructors in zombie.ui with parameters of type UIFont | |
---|---|
TextBox(UIFont font,
int x,
int y,
int width,
java.lang.String text)
|
|
UITextBox2(UIFont font,
int x,
int y,
int width,
int height,
java.lang.String text,
boolean HasFrame)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |