public interface MicroUIFont
This interface is used by several drawing methods which use a font. It can be mapped on byte array given as parameter in some MicroUI natives. This byte array is retrieved in MicroEJ application using the method Font.getSNIContext().
LLUIDisplay.mapMicroUIFont(byte[])| Modifier and Type | Method and Description |
|---|---|
byte[] |
getFontData()
Gets the font data of the font.
|
MicroUIFontFormat |
getFormat()
Gets the format of the font.
|
MicroUIFontFormat getFormat()
byte[] getFontData()
It is the equivalent of the the byte array given when creating the Font in Java.