Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4109120
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T21:45:10+00:00 2026-05-20T21:45:10+00:00

It’s well documented (e.g. here ) that IE9 ignores the OS-wide settings for font

  • 0

It’s well documented (e.g. here) that IE9 ignores the OS-wide settings for font smoothing (aka anti-aliasing). Even if font-smoothing and ClearType are disabled in Windows, IE still shows anti-aliased fonts, which some users struggle to read, especially at small font sizes.

How can I disable all font anti-aliasing (ClearType or otherwise) in IE9?

More details:

Our company builds a web application which uses a lot of small fonts. With the release of IE9, some of our users have complained that IE9’s default anti-aliasing makes our small fonts fuzzy or blurry. So we need to help our users who’ve installed IE9 and who want to turn off anti-aliasing.

Also, personally, I have trouble reading small, anti-aliased fonts, so I’d like a solution for my own use, even for sites I don’t control.

In IE8 I could uncheck the “Always use ClearType for HTML” and then disable ClearType in the OS and IE8 would show all fonts aliased. But in IE9, this option is missing.

After some research about the problem, here’s what I’ve learned: the core issue is that IE relies on DirectWrite for text rendering and does not support any of the newer rendering options which would draw text without anti-aliasing and respect the user’s OS-wide default choices.

Making things worse, if you disable ClearType in the OS, in some cases IE will fall back to DirectWrite’s default non-cleartype anti-aliasing which is even fuzzier than ClearType.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T21:45:11+00:00Added an answer on May 20, 2026 at 9:45 pm

    After a few days of searching, I found an MSDN Forums thread which pointed me to a solution here: http://www.softwareninjas.ca/dwrite-dll-wrapper

    Follow the instructions on that page and you’ll remove anti-aliasing from IE9 (at least the 32-bit version of IE which is the default IE, even on 64-bit Windows 7). I’ve tested it so far on a Win7 x64 laptop and it worked flawlessly.

    Big thanks to Olivier Dagenais who built this. Here’s a technical summary of how his solution works.

    It’s a two-step process. First, you need to disable ClearType in IE via a registry key. This is the same setting which was available in previous versions of IE, but it was removed from the IE UI because it stopped working in IE9.

    [HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
    "UseClearType"="no"
    

    Second, now that ClearType is disabled, Windows will fall back to a non-cleartype anti-aliasing solution. Now that fallback anti-alising also needs to be disabled. Quoting from the thread above:

    What is left is the font smoothing
    (aka sub-pixel rendering), and that is
    the “blurring effect” you still see
    after turning cleartype off.

    In case you were wondering, there is a
    way to turn that off too.

    The method i used to turn off the
    sub-pixel wonder is to build a simple
    wrapper for dwrite.dll which
    intercepts and forwards calls to the
    real dwrite.dll, disabling font
    smoothing in the process.

    You can download it from: http://www.softwareninjas.ca/dwrite-dll-wrapper

    You can find the code at
    https://softwareninjas.kilnhg.com/Repo/Open-Source/Group/DWrite-dll-Wrapper

    This was a pretty cool hack. Probably somewhat brittle across windows and DirectX releases, but will do the trick for now until Microsoft gets their act together to fix the underlying “can’t disable anti-aliasing” problem in IE itself.

    It also works for apps which use the IE WebBrowser control (aka MSHTML), so you can control anti-aliasing on an app-by-app basis. It also works for the HTML Help viewer.

    Note that the text quality in IE9 standards mode isn’t ideal. Specifically, small fonts sometimes have letters sometimes run together without the usual one-pixel space between them. If you render the same page in compatibility mode (or your site uses a non-strict DTD or other non-standards-enforcing DTD), then it looks fine. So there’s an additional step for some sites if they want the best aliased text rendering: just view a site in compatibility mode by pressing the compatibility button in IE’s toolbar.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I've got a string that has curly quotes in it. I'd like to replace
I have a small JavaScript validation script that validates inputs based on Regex. I
I have a French site that I want to parse, but am running into
I am doing a simple coin flipping experiment for class that involves flipping a
I know there's a lot of other questions out there that deal with this
I'm trying to convert HTML to plain text. I get many &\#8217; &\#8220; etc.
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.