Hi everyone, I have some issues and questions on the text rendering with SFML
This is the situation using a custom defined font for a project.
As you can see there is a significant difference with the way the font is displayed with SFML and Direct2D/GDI/PhotoShop/everything else. In both samples the font is size 13. There are two problems:
1. The font is not displayed correctly, you can see that some of the letters are not even drawn with their full length, like the S. Also I know that Direct2D is using ClearType, but is simply looks better with it, then in SFML
2. You can see that there is some spacing in SFML with is not present in Direct2D or GDI or anywhere else.
So my question is, how can I overcome these problems. Because with Direct2D I get 10 FPS and with SFML 45 drawing the same elements (which are something like 50000 lines).
I am using v2.1