Menu

Texts, texts, texts...

Developers
2003-09-30
2013-03-22
  • Nobody/Anonymous

    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?

     
    • Dmitry Skavish

      Dmitry Skavish - 2003-09-30

      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

       
    • Nobody/Anonymous

      fgy

       

Log in to post a comment.