mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +02:00
Fix resizing of fonts
This commit is contained in:
@@ -91,6 +91,7 @@ def resize_fonts(new_sz, xdpi=None, ydpi=None):
|
||||
s.family, new_sz, xdpi, ydpi, cell_width, cell_height, baseline,
|
||||
underline_position, underline_thickness
|
||||
)
|
||||
return cell_width, cell_height
|
||||
|
||||
|
||||
def add_line(buf, cell_width, position, thickness, cell_height):
|
||||
|
||||
Reference in New Issue
Block a user