mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-07-01 05:12:11 +00:00
...
This commit is contained in:
parent
a14defbab7
commit
447a2fe8cf
1 changed files with 1 additions and 1 deletions
|
|
@ -241,7 +241,7 @@ def test_fallback_font(qtext=None, bold=False, italic=False):
|
|||
|
||||
|
||||
def showcase():
|
||||
change_wcwidth(False)
|
||||
change_wcwidth(True)
|
||||
f = 'monospace' if isosx else 'Liberation Mono'
|
||||
test_render_string('He\u0347\u0305llo\u0341, w\u0302or\u0306l\u0354d!', family=f)
|
||||
test_render_string('你好,世界', family=f)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue