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
I dont think there is a way to covert compose typeface to native. Currently the only workaround that i found is to provide with resources:
However if android version < android oreo, idk how to provide the font, so i fallback to default fount.