Hi Folks.
I have question How I could extract glyphs paths as compose paths from fonts using jetbrains skia or even compose .
Or its impossible ?
I try to load typface with skiko typface but there is no api provided for that so I try TypefaceFontProvider but it does not work the data loaded as byte but when asign it the typface is null .
val provider = TypefaceFontProviderWithFallback()
val data = Data.makeFromBytes(Res.readBytes("font/cairomedium.ttf"))
val typeface = provider.makeFromData(data)