yackle / CLImageEditor

MIT License
2.22k stars 574 forks source link

Text Tool #129

Closed appzer closed 8 years ago

appzer commented 8 years ago

Hello,

currently the text tool add a new text in the center of the working view.

How i can set added text to the top left?

Thank for your answers Kevin

yackle commented 8 years ago

You cannot control text position currently. You should modify CLTextTool.

appzer commented 8 years ago

and how i can do this?

Kevin