Finish up placement of color emojis

Note that for some reason rendering is broken on Apple
This commit is contained in:
Kovid Goyal
2017-12-08 01:16:36 +05:30
parent 0b6fe99611
commit ec6dcd53b5
2 changed files with 26 additions and 8 deletions

View File

@@ -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)