mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 04:54:14 +02:00
Finish up placement of color emojis
Note that for some reason rendering is broken on Apple
This commit is contained in:
@@ -230,7 +230,7 @@ def display_bitmap(rgb_data, width, height):
|
||||
show(f.name, width, height, 32)
|
||||
|
||||
|
||||
def test_render_string(text='Hello, world!', family='monospace', size=144.0, dpi=96.0):
|
||||
def test_render_string(text='Hello, world!', family='monospace', size=64.0, dpi=96.0):
|
||||
from kitty.fast_data_types import concat_cells, current_fonts
|
||||
|
||||
cell_width, cell_height, cells = render_string(text, family, size, dpi)
|
||||
|
||||
Reference in New Issue
Block a user