Hi there!
So im trying to render text to a texture to use it on a curved shape - right now i could bring it to work with system fonts (Arial) but when using a custom font xxx.ttf which is uploaded directly into playcanvas, it dont work somehow.
is there something i have to pay attention for while using custom fonts? It seems using custom fonts is somehow not directly possible due to some api restrictions
Update: It works - but i have to convert the font to base64… weird.