I am developing a GUI which uses a ScrollView and inside this scrollView i am displaying several texts. I’m using GUI.Label for displaying these texts, and it is well working on iOS using the imported Arial Unicode Font (i need to support cyrillic etc.).
However, it is using a completely wrong lineheight/linespacing setting so the letters of different lines are too close, partially overlapping.
How can this be fixed? lineHeight is read-only, and I’ve seen there is a lineSpacing for GUIText however i cannot use this because i’m inside a scroll view, right?