I'm trying to draw text using NativeCanvas and NativePaint. I want to use Jetpack compose FontFamily and Typeface but I have to use native Typeface.
I couldn't get font path from compose FontFamily to create a native Typeface.
Is there any way for converting Compose Typeface to native Typeface?
Thanks