Is there a 'standard' way to have curved text or t...
# compose
s
Is there a 'standard' way to have curved text or text that follows a path?
I'm looking for this kind of effect, I was able to achieve it by making actual/expect functions for WASM, Desktop, Android --WASM and Desktop had to use
Canvas.nativeCanvas.drawTextBlob
while Android had
Canvas.nativeCanvas.drawTextOnPath
I could continue doing it this way, but I'm struggling to come up with a way to load in a custom font to match style of the rest of the app
I guess alternatively is there a way to load the typeface from the Resources folder? Right now its just using the default font