More work on positioning glyphs with CoreText

This commit is contained in:
Kovid Goyal
2017-12-11 18:48:14 +05:30
parent 0999ce159e
commit c86c166448
4 changed files with 55 additions and 45 deletions

View File

@@ -264,5 +264,5 @@ def showcase():
f = 'monospace' if is_macos else 'Liberation Mono'
test_render_string('He\u0347\u0305llo\u0337, w\u0302or\u0306l\u0354d!', family=f)
test_render_string('你好,世界', family=f)
test_render_string('|😁|🙏|😺|', family=f)
test_render_string('│😁│🙏│😺│', family=f)
test_render_string('A=>>B!=C', family='Fira Code')