All my fonts are appearing pixelated, so I used AntiAliasing but it isn't helping out. As you can see the pixelated font in the image itself:
oNkvk.png
This is the code I am using:
Qt Code:
font.setPixelSize(22) font.setFamily('Segoe UI Bold')To copy to clipboard, switch view to plain text mode
Edit 1: I also tried different combinations of ClearType text but It didn't work out, because for my PC, by default all the text appears good on windows and chrome but with Qt, it becomes pixelated. So it's probably not a windows problem...
The problem is something with Qt itself.
Bookmarks