If the user requested anti-aliasing then we don't use bitmap strikes
in the font. The consensus among our Japanese users is that this
results in the best quality.
http://code.google.com/p/chromium/issues/detail?id=18333
http://codereview.appspot.com/105050
git-svn-id: http://skia.googlecode.com/svn/trunk@310
2bbb7eff-a529-9590-31e7-
b0007b416f81
break;
}
+ if (fRec.fMaskFormat != SkMask::kBW_Format) {
+ // If the user requested anti-aliasing then we don't use bitmap
+ // strikes in the font. The consensus among our Japanese users is
+ // that this results in the best quality.
+ loadFlags |= FT_LOAD_NO_BITMAP;
+ }
+
fLoadGlyphFlags = loadFlags;
}