src
Toggle table of contents
android
common
jvm
Target filter
android
common
jvm
Switch theme
Search in API
Skip to content
src
src
/
com.mocharealm.accompanist.lyrics.text
/
NativeTextEngine
/
loadFont
load
Font
android
common
jvm
actual
external
fun
loadFont
(
bytes
:
ByteArray
)
expect
fun
loadFont
(
bytes
:
ByteArray
)
Loads the primary font for text rendering.
Parameters
bytes
Raw bytes of the font file (TTF/OTF)
actual
external
fun
loadFont
(
bytes
:
ByteArray
)