From a743e8d0585cff993eb26da571f0c9bc68c0b126 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Tue, 27 Jan 2015 14:38:50 -0800 Subject: [PATCH] Enable DirectWrite Chrome 39 proper now has DirectWrite as the default renderer, which makes a huge difference in text clarity, especially on High DPI monitors. --- src/browser/atom-window.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/browser/atom-window.coffee b/src/browser/atom-window.coffee index 425b9a122..6a42b41f2 100644 --- a/src/browser/atom-window.coffee +++ b/src/browser/atom-window.coffee @@ -26,7 +26,7 @@ class AtomWindow show: false title: 'Atom' 'web-preferences': - 'direct-write': false + 'direct-write': true 'subpixel-font-scaling': false global.atomApplication.addWindow(this)