Hi!
I've a problem with the character size :
I want to make a text area, so, each time I enter text, I advance the cursor like this :
cursorPos.x += text.getCharacterSize();
The problem is that the cursor advance faster than the glyph.
So I don't think that the getCharacterSize function member is returning the right character size.
I've also difficulties to adapt text size to the size of my labels...
Is that method returning the size of one character ?