skia: Always use aliased text when antialiasing is disabled.
authoragl@chromium.org <agl@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 21 Jan 2010 11:43:44 +0000 (11:43 +0000)
committeragl@chromium.org <agl@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>
Thu, 21 Jan 2010 11:43:44 +0000 (11:43 +0000)
commitb4234a226612cf7f99a47d9c633233c1a488d6ed
treea5cba3a4768ea906c2c71a6920e7de11537f9296
parentd7a0083aaa8578d7bac328c642c3314e6163c6e5
skia: Always use aliased text when antialiasing is disabled.

Otherwise, people who have antialiasing disabled end up with
subpixel rendering if the subpixel setting happens to be set
to something other than "none".  This change's interpretation
of these overlapping settings seems to be consistent with
GTK's and Firefox's.

Patch-by: Dan Erat
Signed-off-by: Adam Langley
BUG=http://code.google.com/p/chromium/issues/detail?id=28382

http://codereview.appspot.com/186248

git-svn-id: http://skia.googlecode.com/svn/trunk@475 2bbb7eff-a529-9590-31e7-b0007b416f81
src/core/SkPaint.cpp
src/ports/SkFontHost_FreeType.cpp