kvirc / KVIrc

The KVIrc IRC Client
http://www.kvirc.net/
GNU General Public License v2.0
240 stars 75 forks source link

Fix font width size by enable full font hinting #2573

Closed ctrlaltca closed 10 months ago

ctrlaltca commented 10 months ago

Forrcing glyphs to be aligned to pixels in order to disable subpixel positioning (source: https://www.mail-archive.com/development@qt-project.org/msg43330.html)

Fix #2566