sRGB glyph composition: Use default values that give "close to native" rendering. Also use only a single option to control it.

This commit is contained in:
Kovid Goyal 2023-02-08 13:46:04 +05:30
parent 8433f1d731
commit 4dfd4d4972
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
6 changed files with 55 additions and 76 deletions

View file

@ -38,7 +38,7 @@ Detailed list of changes
0.28.0 [future]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Text rendering: Use sRGB correct linear gamma blending for nicer font rendering and better color accuracy with transparent windows. See the options :opt:`text_old_gamma`, :opt:`text_gamma_adjustment` and :opt:`text_contrast` (:pull:`5969`)
- Text rendering: Use sRGB correct linear gamma blending for nicer font rendering and better color accuracy with transparent windows. See the option :opt:`text_composition_strategy` for details. (:pull:`5969`)
0.27.1 [2023-02-07]