diff --git a/test_font_rendering.py b/test_font_rendering.py index 9a0c9fc..a21e0cc 100755 --- a/test_font_rendering.py +++ b/test_font_rendering.py @@ -12,13 +12,14 @@ """ composed_glyphs = ( - "Composed glyphs: ÀÉI͂o̓N̈́AͅB̊͆Ȍ͇U͈D̈ẢB̊A̋ĎA̍J̎Ȁ" - + "1⃜2⃜3⃜4⃜5⃜6⃜7⃜8⃜9⃜0⃜\n" + "Composed glyphs: " + + "ÀÉI͂o̓N̈́AͅB̊͆Ȍ͇U͈D̈ẢB̊A̋ĎA̍J̎Ȁ" + + "1⃜2⃜3⃜4⃜5⃜6⃜7⃜8⃜9⃜0⃜A⃜B⃜C⃜D⃜a⃜🯰⃜🯱⃜🯲⃜🯳⃜🯴⃜🯵⃜🯶⃜🯷⃜🯸⃜🯹⃜🮲⃜🮳⃜🯁⃜🯂⃜🯃⃜🮹⃜🮺⃜\n" ) apl_set = ( - "The APL set: " + - "⌶⌷⌸⌹⌺⌻⌼⌽⌾⌿⍀⍁⍂⍃⍄⍅⍆⍇⍈⍉⍊⍋⍌⍍⍎⍏⍐⍑⍒⍓⍔⍕⍖⍗⍘⍙⍚⍛⍜⍝⍞⍟⍠⍡⍢⍣⍤⍥⍦⍧⍨⍩⍪⍫⍬⍭⍮⍯⍰⍱" + "The APL set: " + + "⌶⌷⌸⌹⌺⌻⌼⌽⌾⌿⍀⍁⍂⍃⍄⍅⍆⍇⍈⍉⍊⍋⍌⍍⍎⍏⍐⍑⍒⍓⍔⍕⍖⍗⍘⍙⍚⍛⍜⍝⍞⍟⍠⍡⍢⍣⍤⍥⍦⍧⍨⍩⍪⍫⍬⍭⍮⍯⍰⍱" "⍲⍳⍴⍵⍶⍷⍸⍹⍺⊂⊃⊆⊇⊏⊐⊑⊒⊔⊓⊕⊖⊗⊘⊙⌾⊝⋆⌈⌉⌊⌋⁼⇐⇒⊸⟜⟨⟩⋄∧∨⊢⊣⊤⊥≢⚇⎉⎊◴◵◶◷⥊⥋∾‿↩↪≍𝕩𝕨𝕤𝕣𝕘𝕗𝕏𝕎𝕊𝔾𝔽\n" )