Is there a 'standard' way to have curved text or text that follows a path?
Shane Schaefer
05/19/2024, 11:28 AM
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
Shane Schaefer
05/19/2024, 11:30 AM
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
Shane Schaefer
05/19/2024, 11:32 AM
I guess alternatively is there a way to load the typeface from the Resources folder? Right now its just using the default font