Package | Description |
---|---|
ej.microui.display |
Contains display management.
|
Modifier and Type | Method and Description |
---|---|
static Font[] |
Font.getAllFonts()
Gets an array containing all available DisplayFonts in the system.
|
static Font |
Font.getDefaultFont()
Gets the default font for all Displays.
This method may return null if no font is declared in the system. |
Font |
GraphicsContext.getFont()
Gets the current font.
|
Font |
RenderableString.getFont()
Gets the font used to draw the string.
|
static Font |
Font.getFont(int identifier,
int height,
int style)
Gets a
DisplayFont matching the requested characteristics as close as possible. |
Modifier and Type | Method and Description |
---|---|
void |
GraphicsContext.setFont(Font font)
Sets the font for subsequent text operations.
|
Constructor and Description |
---|
RenderableString(java.lang.String string,
Font font)
Creates a renderable string for given string and font.
|