Hey,
I have a sfString with a size of 13px. I try to get the string's height via
string_h = rect.Bottom - rect.Top;
The result is - as the string's size - 13px.
Now, I draw the string via sfRenderWindow_DrawString() and take a screenshot of the running application; if I zoom in the screenshot via gimp, there is no char higher than 10px.
How can I get a string that is really 13px tall instead of 10px?