ClearType is Microsoft's implementation of subpixel rendering technology in rendering text in a font system.
I need to enable/disable ClearType (or "Adjust the appearance and performance of Windows > Smooth edges of screen fonts") …
windows-7 command-line registry cleartypeIt's well documented (e.g. here) that IE9 ignores the OS-wide settings for font smoothing (aka anti-aliasing). Even if font-smoothing …
wpf internet-explorer-9 antialiasing cleartype directwriteFor IE7, it's possible to add filter: none; to the body css to disable cleartype on fonts through CSS. I …
css internet-explorer-8 cleartypeEDIT: We're in Chrome 19 now, and this still isn't fixed. Just a clarification: this happens in Chrome on Windows, not …
css windows google-chrome cleartype font-smoothing[Original title: IE 9 text renders very poorly; is there a workaround?) IE 9 is rendering the text in my application very …
internet-explorer-9 antialiasing cleartype text-renderingI have this little script to toggle a contact form when a button is clicked : $(document).ready(function(){ $("#button").click(…
jquery internet-explorer toggle cleartype