kitty/kitty/fonts
Trygve Aaberge 931e91f1a7 Read strikethrough info from font when using FreeType
This reads the strikethrough position and thickness from the font so it
is rendered correctly.

This is only implemented for FreeType, not Core Text, because I didn't
find any way to get the info from Core Text, and I don't have a Mac to
test it on either. When using Core Text or when the font doesn't provide
the info, the same approximation as before is used.
2020-03-30 20:09:30 +02:00
..
__init__.py More typing work 2020-03-06 08:35:23 +05:30
box_drawing.py more typing work 2020-03-10 12:58:53 +05:30
core_text.py CoreText: Prefer less bold variants over heavier variants when auto-selecting the bold face 2020-03-24 19:27:14 +05:30
fontconfig.py Linux: Fix selection of fonts with multiple width variants not preferring the normal width faces 2020-03-29 01:52:33 +05:30
list.py More typing work 2020-03-09 09:56:37 +05:30
render.py Read strikethrough info from font when using FreeType 2020-03-30 20:09:30 +02:00