|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CustomFont | |
---|---|
com.incrediblesoft.redjey |
Uses of CustomFont in com.incrediblesoft.redjey |
---|
Methods in com.incrediblesoft.redjey that return CustomFont | |
---|---|
CustomFont |
CustomFont.clone()
|
CustomFont |
Style.getFont()
|
static CustomFont |
CustomFont.getFont(int face,
int style,
int size,
int color)
|
static CustomFont |
CustomFont.getFont(java.lang.Object descObj)
|
static CustomFont |
CustomFont.getFont(java.lang.String fontPath)
|
Methods in com.incrediblesoft.redjey with parameters of type CustomFont | |
---|---|
Style |
Style.setFont(CustomFont font)
|
static java.lang.String[] |
CustomFont.splitString(java.lang.String text,
CustomFont font)
|
static java.lang.String[] |
CustomFont.splitString(java.lang.String text,
CustomFont font,
int windowWidth,
int numCols)
Breaks continuous text into set of small strings, each of them is not greater than the given limit. |
Constructors in com.incrediblesoft.redjey with parameters of type CustomFont | |
---|---|
Style(CustomFont font,
Background background,
AbstractBorder border,
java.util.Hashtable attributes)
|
|
Style(int marginLeft,
int marginRight,
int marginTop,
int marginBottom,
int paddingLeft,
int paddingRight,
int paddingTop,
int paddingBottom,
int paddingHorizontal,
int paddingVertical,
CustomFont font,
Background background,
AbstractBorder border,
java.util.Hashtable attributes)
Creates a new Style. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |