From 439a997e5d535c1caf6085d4771f04af7413ca94 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 9 Feb 2023 19:59:09 +0530 Subject: [PATCH] Add a note to macos_thicken_font pointing to the new text_composition_strategy --- kitty/options/definition.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 1cfa1e471..578252421 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -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. ''' )