mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
...
This commit is contained in:
@@ -241,7 +241,7 @@ def test_fallback_font(qtext=None, bold=False, italic=False):
|
|||||||
|
|
||||||
|
|
||||||
def showcase():
|
def showcase():
|
||||||
change_wcwidth(False)
|
change_wcwidth(True)
|
||||||
f = 'monospace' if isosx else 'Liberation Mono'
|
f = 'monospace' if isosx else 'Liberation Mono'
|
||||||
test_render_string('He\u0347\u0305llo\u0341, w\u0302or\u0306l\u0354d!', family=f)
|
test_render_string('He\u0347\u0305llo\u0341, w\u0302or\u0306l\u0354d!', family=f)
|
||||||
test_render_string('你好,世界', family=f)
|
test_render_string('你好,世界', family=f)
|
||||||
|
|||||||
Reference in New Issue
Block a user