How to Align multiline text?

Hi guys,

I nearly finished a module that allows you to adjust your text as you wish. It includes the following things.

  • multilined text, aligned to left right and center

  • set your own linehight, textspacing, kerning

  • use <span> tags (like in html) to give certain text passages different properties (color, font size and underline)

It take a little bit more memory and little more time to create the textbox, but it worth it.

It’s nearly finished, but I have to do a few bugfixes and a documentation, because you have to set up a font before you can use it, and thats a bit more complicated as normal.