I need help in implementing fallback fonts for languages which use unicode characters.
I have tried following the example here:
https://github.com/JetBrains/compose-multiplatform-core/pull/1400
I am on compose 1.7.0
I am not seeing a FontFamily function which is not composable (usable in a LaunchedEffect) and takes in bytes as an argument. I am also not seeing the resources() function.
Did something change or am I missing something?