diff options
author | Luboš Luňák <l.lunak@collabora.com> | 2020-03-16 16:51:51 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@collabora.com> | 2020-03-18 10:48:04 +0100 |
commit | 2ff6fce634ff173b9eb8a703b7f2f265f6e3ecb1 (patch) | |
tree | 43c01bb1176c8ca20c8ff3e605967582f47bab28 /sd | |
parent | 076926cef97c685b3d9221510e7560c034ebd2ed (diff) |
use DEFAULT_QUALITY for font rendering with Skia on Windows
I don't know why tdf#98380 explicitly forced ANTIALIASED_QUALITY,
for OpenGL, but with Skia this breaks subpixel AA on LCDs,
where the actual value should be CLEARTYPE_QUALITY. But
DEFAULT_QUALITY simply seems to do the job no matter what.
Maybe the problem with OpenGL was that our code there handles
glyphs as monochrome, but Skia can handle colors, which is
necessary for subpixel AA.
Change-Id: Id7081b120f8e754deb4793423d157a8837e959aa
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90581
Tested-by: Jenkins
Reviewed-by: Luboš Luňák <l.lunak@collabora.com>
Diffstat (limited to 'sd')
0 files changed, 0 insertions, 0 deletions