Add a note to macos_thicken_font pointing to the new text_composition_strategy

This commit is contained in:
Kovid Goyal 2023-02-09 19:59:09 +05:30
parent befd5a65c3
commit 439a997e5d
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -3097,7 +3097,8 @@ opt('macos_thicken_font', '0',
Draw an extra border around the font with the given width, to increase
legibility at small font sizes on macOS. For example, a value of :code:`0.75`
will result in rendering that looks similar to sub-pixel antialiasing at common
font sizes.
font sizes. Note that in modern kitty, this option is obsolete (although still supported).
Consider using :opt:`text_composition_strategy` instead.
'''
)