yazinnnn
Results
1
comments of
yazinnnn
i try to load resource by using `LaunchedEffect`, it works but the experience is a bit poor. ```kotlin @OptIn(ExperimentalResourceApi::class) suspend fun loadCjkFont(): FontFamily { val regular = resource("font/NotoSansCJKsc-Regular.ttf").readBytes() val bold...