loadFallbackFont

actual external fun loadFallbackFont(bytes: ByteArray)
expect fun loadFallbackFont(bytes: ByteArray)

Loads a fallback font for missing glyphs. Fallback fonts are tried in order when the primary font doesn't contain a glyph.

Parameters

bytes

Raw bytes of the fallback font file (TTF/OTF)

actual external fun loadFallbackFont(bytes: ByteArray)