DonationCoder.com Forum

Main Area and Open Discussion => General Software Discussion => Topic started by: lanux128 on July 21, 2008, 09:37 PM

Title: QuickType - quickly toggle your ClearType status
Post by: lanux128 on July 21, 2008, 09:37 PM
on my LCD screen, ClearType (http://en.wikipedia.org/wiki/Cleartype) is very useful when i am reading on-screen however this feature is not the best when it comes to fixed-width fonts. so whenever i'm doing some programming work, i need to disable the feature quickly, hence this tiny tool.

QuickType is a utility that sits in the systray for quick and easy toggling of the ClearType settings system-wide. my only wish is that it can do command-line toggling, that way i can call it up to toggle the setting and quit.

Note: it needs .Net framework, though.

[ You are not allowed to view attachments ]
• http://www.dotdeekay.dk/quicktype/

Title: Re: QuickType - quickly toggle your ClearType status
Post by: kimmchii on July 22, 2008, 10:27 PM
ClearTweak (http://www.ioisland.com/cleartweak/) is much better, set it to 1000 it looks much better than the default microsoft cleartype.

it can also minimize to tray for quick access to various setting.

and no .net craps.
Title: Re: QuickType - quickly toggle your ClearType status
Post by: ebs on August 15, 2008, 03:23 PM
my only wish is that it can do command-line toggling, that way i can call it up to toggle the setting and quit.

lanux,

You are welcome to a copy of my command-line font smoothing program. You use it like this:

fs on/off c/s contrast

Examples
Turn font smoothing on, set it to ClearType, and set the contrast to 1000:
fs on c 1000

Turn font smoothing on, set it to Standard:
fs on s

Turn font smoothing off:
fs off

It is written in my favorite language - PureBasic (http://www.purebasic.com).
It's less than 4KB (right, KB!) and is absolutely free of mal-ware, nag-ware, ad-ware, viruses, etc.

Regards,
Eric



Title: Re: QuickType - quickly toggle your ClearType status
Post by: lanux128 on August 17, 2008, 06:23 AM
thanks Eric. the command-line feature is exactly what i was looking for! :Thmbsup: