Friday, December 15, 2006

Enabling Cleartype font for Windows XP

I wish I had seen this website long time ago... MS Windows have this really useful utility to increase the readability of fonts specially on LCD monitors. Please go check the following website :

http://www.microsoft.com/typography/cleartype/tuner/Step1.aspx


You need to use Internet Explorer to make this work.

2008/07/21 Update
This also applies to Vista. I just upgraded one of my laptops and it was quite hard to read screen display both on the laptop and when docked with default settings. Tuning did help quite a lot.

No comments:

QNX: Running a function at specific interval using timer interrupt

#include <iostream> #include <csignal> #include <ctime> #include <cerrno> #include <cstring> #include <unis...