Merge pull request #5279 from paulcbetts/patch-1

Enable DirectWrite
This commit is contained in:
Kevin Sawicki
2015-01-28 16:11:15 -08:00

View File

@@ -27,7 +27,7 @@ class AtomWindow
show: false
title: 'Atom'
'web-preferences':
'direct-write': false
'direct-write': true
'subpixel-font-scaling': false
# Don't set icon on Windows so the exe's ico will be used as window and
# taskbar's icon. See https://github.com/atom/atom/issues/4811 for more.