Skip to content

Instantly share code, notes, and snippets.

@CoolOppo
Last active August 29, 2015 13:58
Show Gist options
  • Save CoolOppo/9944322 to your computer and use it in GitHub Desktop.
Save CoolOppo/9944322 to your computer and use it in GitHub Desktop.
Google Chrome Directwrite Text Antialiasing Comparison

Chromium DirectWrite Font Rendering

Recently, Chromium (the open-source project behind Google Chrome) developers have made it possible to use DirectWrite for font rendering, leading to much better and clearer fonts for Windows users! The clarity matches that of OS X and Chrome OS, both of which having absolutely gorgeous font rendering. I recently switched to Firefox specifically to avoid the horrible text aliasing in Chrome, but it would appear that as of this week, DirectWrite font rendering is actually working from within the Chrome sandbox now! This was not previously possible with the Directwrite flag, which was only added recently anyways. Chrome now uses DirectWrite for font rendering on Windows by default, and has done so from version 37 and up.

Browser comparison

Note: These are both using different fonts, so it's pretty much an invalid comparison. (Sorry!)

Firefox

Firefox

Google Chrome (with DirectWrite)

Google Chrome with Directwrite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment