| Package | Description |
|---|---|
| ej.microui.display |
Contains classes to implement a MicroUI Display and to implement MicroUI Painter drawings.
|
| Modifier and Type | Method and Description |
|---|---|
MicroUIFontFormat |
MicroUIFont.getFormat()
Gets the format of the font.
|
MicroUIFontFormat |
UIFontDrawing.handledFormat()
Gets the supported custom font format.
|
static MicroUIFontFormat |
MicroUIFontFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MicroUIFontFormat[] |
MicroUIFontFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UIFontDrawing |
LLUIDisplay.getUIFontDrawer(MicroUIFontFormat format)
Gets the font drawer used to draw the fonts with the given format.
|
boolean |
LLUIDisplay.isCustomFormat(MicroUIFontFormat format)
Tells if format is a custom format or not.
|
void |
LLUIDisplay.unregisterUIFontDrawer(MicroUIFontFormat format)
Unregisters the drawer registered for the given format.
|