loadFont

actual fun loadFont(fontBytes: ByteArray)

Loads the primary font. No-op: use NativeTextEngine.loadFont instead.

expect fun loadFont(fontBytes: ByteArray)

Loads the primary font for text rendering.

Parameters

fontBytes

The raw bytes of the font file (TTF/OTF)

actual fun loadFont(fontBytes: ByteArray)

Loads the primary font. No-op: use NativeTextEngine.loadFont instead.