Evenly spaced text

Hi, i’m quite new to Unity and more on Unity.GUI.
I’m looking for a way to create a Rectangle and fill it with a multiline (word wrapped) text in a way that lines are evenly spaced in the rectangle. Is that possible via GUIStyle or i need to script it the hard way?

only way i know of is just to use \n and go back and fourth untill it fits right. Or maybe you could make a script that counts the amount of characters that can fit in a pixelxpixel radius then simply have it do \n when it reaches the limit :confused: