Hi,
Is there a way to define which object in a container is created first? In my case the buttons and the labels share a container, but no matter which one I create the button always ends up on top.
Also: web fonts have very different alignment from each other and the result I get on the PC is very different from what I get on the phone. To a point where the labels are not even on the button anymore.
Is there a way to treat web fonts as images (other than manually creating a pixel font)?
It would be great if there was a way to convert them to images or at least check the precise bounding box of their pixel content and then align them based on that.
I've been trying around forever, but can't properly align my text.