-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix DirectWrite subpixel antialiasing on BGR screens
On monitors where the subpixel arrangement is blue, green, red, our DirectWrite rendering would give the wrong subppixel antialiasing, causing color fringes on text. Like we do with Freetype, we determine subpixel arrangement of the primary screen and use this as the default. Pick-to: 6.8 6.9 Change-Id: I9ce7025449106a2376bd0ed02ce07b59c79438bd Reviewed-by: Eirik Aavitsland <[email protected]>
- Loading branch information
1 parent
a90d9f4
commit d5cef74
Showing
2 changed files
with
17 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters