draw2d
draw2d copied to clipboard
Text Wrapping
How do we do text wrapping ?
thanks
There's no support today in draw2d to do text wrapping. But you can implement your own text wrapping by using the length of a string.
-- Laurent.
On 27 March 2016 at 11:33, wiless [email protected] wrote:
How do we do text wrapping ?
thanks
— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/llgcode/draw2d/issues/99
I managed, using bounding rectangle sizes for each word of the string.