More work on text sizing docs

This commit is contained in:
Kovid Goyal
2025-01-15 17:07:09 +05:30
parent 3b0b1df9c3
commit f1452a80dd
5 changed files with 74 additions and 8 deletions

View File

@@ -225,8 +225,9 @@ By default kitty renders gaps in underlines when they overlap with descenders
(the parts of letters below the baseline, such as for y, q, p etc.). This option
controls the thickness of the gaps. It can be either a unitless number in which
case it is a fraction of the underline thickness as specified in the font or
it can have a suffix of :code:`px` for pixels or :code:`pt` for points. Changing this
option dynamically via reloading the config or remote control is undefined.
it can have a suffix of :code:`px` for pixels or :code:`pt` for points. Set to zero
to disable the gaps. Changing this option dynamically via reloading the config or remote
control is undefined.
''')