What I need to do it take user imput text and make it fit into a triangle shape of a pie. Im thinking text candy might be able to help with this anyone ever done something like this. I know it can automatically wrap text but does anyone know if you can set a different line length for each line for the text wrapping. Im almost certain im not explaining my self very well but any help pointing me in the write direction would be appreciated.
Rick [import]uid: 107974 topic_id: 28353 reply_id: 328353[/import]
You can’t set a different width to wrap at for each line, no. I’m not sure if Text Candy can do this or not, though they do have their own sub forum here if you wish to ask them directly.
I can picture what you want. I wonder if maybe the user entered a string and you then broken it up manually, placing X number of characters on the first line, X*2 number on the second, X*3 on the third, etc. that might work?
Peach
[import]uid: 52491 topic_id: 28353 reply_id: 114581[/import]
Good to know they have there sub forum here I will check over there. Thanks for the answer. I did do the manual break up the string thing on my last app for a single line wrap but just thought I would see if theres an easier way.
Thanks for the answer peach glad your on the staff here your always helpful
Cheers
Rick [import]uid: 107974 topic_id: 28353 reply_id: 114683[/import]
It’s actually the Particle Candy sub forum you’d use, which is for both - sorry, I should have been clearer about that.
I hope indeed it proves an easier way is available for you - thanks for the kind words 
Peach [import]uid: 52491 topic_id: 28353 reply_id: 114725[/import]