Companion

expect object Companion
actual object Companion
actual object Companion

Functions

fromPointer
Link copied to clipboard
fun fromPointer(ptr: CPointer<lv_font_t>?): Font
fun fromPointer(ptr: CPointer<lv_font_t>?): Font
Link copied to clipboard
expect fun getDefault(): Font

Retrieves the default font.

actual fun getDefault(): Font
actual fun getDefault(): Font
Link copied to clipboard
expect fun load(fontName: String): Font

Loads the font from a file.

actual fun load(fontName: String): Font
actual fun load(fontName: String): Font