bounds do not clip neither shapes nor text, you need to use clip layer for that, that is create some shape which you want to use for clipping and then add it to the same frame where you placed your text/shape to be clipped and then set its clip layer field. for example if you placed your text/shape at layer 5, then place your clipping shape on layer 4 and set clip layer on it to 5
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can I set the bounds for a Text like in a Shape?
If I do a setBounds( 0,0, 1,1 ), text displays:
H
e
l
l
o
I want to CUT the text with a bounds (like shapes). Someone knows hot to do this?
bounds do not clip neither shapes nor text, you need to use clip layer for that, that is create some shape which you want to use for clipping and then add it to the same frame where you placed your text/shape to be clipped and then set its clip layer field. for example if you placed your text/shape at layer 5, then place your clipping shape on layer 4 and set clip layer on it to 5
fgy