Avoid Blurry texts when having 150% of normal DPI (windows 8.1)

Chrome has been lacking support for DirectWrite to render fonts on Windows. The issue you are describing is what happens not only on high DPI settings but also on normal (100%) settings.

There is a long and old thread on the Chromium issues website: https://code.google.com/p/chromium/issues/detail?id=25541

The developers said they already enable it on Chrome Canary builds but there is no timetable on when the regular version of Chrome will support it.

You can enable DirectWrite launching the latest Chrome Canary build with the following parameters:

# To enable DirectWrite:
--enable-direct-write --no-sandbox

# To enable DirectWrite and sub-pixel font scaling:
--enable-direct-write --no-sandbox --enable-experimental-web-platform-features 

The above parameters were listed by one of the developers in the same thread. The post link is https://code.google.com/p/chromium/issues/detail?id=25541#c61

Be warned the by disabling the sandbox feature you are compromising one of Chrome's security features.

Opera, which uses Webkit, has the same problem as Chrome.


I am using also 1920 x 1080. In Chrome Beta Version 37 (I do not know if it is yet available in stable Chrome) you can go into flags (chrome://flags) and enable distance field text. Now the text is much clearer when I zoom (but not all sites).