kitty/kitty/fonts
Kovid Goyal 817f0997cf
Fix one pixel mis-alignment of rounded corners when either the cell dimensions or the thickness of the line is an odd number of pixels
The control points of the Bezier curve and the spread due to thickness
must match up with the values used to draw straight lines. In order to
ensure that, one calculates them before upscaling by the super sampling
factor, rather than after. Fixes #2907
2020-08-10 17:28:08 +05:30
..
__init__.py More typing work 2020-03-06 08:35:23 +05:30
box_drawing.py Fix one pixel mis-alignment of rounded corners when either the cell dimensions or the thickness of the line is an odd number of pixels 2020-08-10 17:28:08 +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 Fix #2735 2020-06-05 19:24:40 +05:30