How to: disable ClearType for 2007 Office System

There have been complaints about Internet Explorer 7 not respecting the system setting for font smoothing. I have noticed that the 2007 Office System ignores this setting as well. With other words when you start Word 2007 you will notice that ClearType is enabled regardless whether or not you have enabled ClearType in Windows.

Using Process Monitor from Microsoft/Sysinternals I was able to determine which registry value could be set to make sure whether or not Office should look at the system setting for font smoothing and here is how to use the system setting for font smoothing:

  1. Start -> Run -> RegEdit
  2. Navigate to the following key:
    HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Common
  3. Add a new DWORD value named "RespectSystemFontSmooth"
  4. Set the value to 1
  5. Close RegEdit

That's it. Now when you set the font smoothing to standard you will notice that it will be set to standard in Word 2007 as well.


Cross-posted from The .NET Aficionado

This article is part of the GWB Archives. Original Author: Gabriel Lozano-Morán

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.