Chromium Code Reviews
DescriptionRemove SK_IGNORE_DW_GRAY_FIX.
Before this change when the user asked Skia for anti-aliased but not
subpixel anti-aliased glyphs with DirectWrite the user would always get
the subpixel anti-aliased glyphs but downsampled (the three channels of
subpixel alpha per pixel averaged into one channel of alpha per pixel).
With the DirectWrite shipped in Windows 8 and later there is a new
interface which allows Skia to obtain the single channel anti-aliased
alpha directly. The primary difference from using this method is that
subpixel smoothing (ClearType, aka a blur) is not applied. This provides
less blurry glyphs.
Patch Set 1 #
Messages
Total messages: 6 (3 generated)
|
|||||||||||||||||||