font-hinting tip for 13.2alpha

Post Reply
User avatar
lmello
Posts: 218
Joined: 4. Aug 2010, 17:38
Location: Brazil
Contact:

font-hinting tip for 13.2alpha

Post by lmello »

To make qt applications have the same font-hinting qualities as gtk ones, do the following (as root):

Code: Select all

# removepkg fontconfig
# rm -rf /etc/fonts
# slapt-get -i fontconfig
Post Reply