| Package | Description |
|---|---|
| ej.microui.display |
Contains classes to implement a MicroUI Display and to implement MicroUI Painter drawings.
|
| Modifier and Type | Method and Description |
|---|---|
UIFontDrawing |
LLUIDisplay.getUIFontDrawer(MicroUIFont font)
Gets the font drawer used to draw the given font.
|
UIFontDrawing |
LLUIDisplay.getUIFontDrawer(MicroUIFontFormat format)
Gets the font drawer used to draw the fonts with the given format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LLUIDisplay.registerUIFontDrawer(UIFontDrawing drawer)
Registers a drawer that supports a specific format.
|