exyte / Macaw

Powerful and easy-to-use vector graphics Swift library with SVG support
MIT License
6.01k stars 554 forks source link

Text width or wrap #620

Closed kier70 closed 5 years ago

kier70 commented 5 years ago

Is it possible to have a multline Text?

ystrot commented 5 years ago

Hi @kier70,

Unfortunately multiline is not supported by Text and you need to do it manually.

kier70 commented 5 years ago

thanks @ystrot , I have implemented this myself.