From 2790dcfd11bbb7c4b8bb0247a5fd051bba34ba91 Mon Sep 17 00:00:00 2001 From: Jonathan Marler Date: Tue, 23 Sep 2025 14:03:34 -0600 Subject: [PATCH] add some new text to the font test --- src/tui/fonts.zig | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/tui/fonts.zig b/src/tui/fonts.zig index 35ef2d6..1c78176 100644 --- a/src/tui/fonts.zig +++ b/src/tui/fonts.zig @@ -224,6 +224,17 @@ pub const font_test_text: []const u8 = \\🙂‍↔ \\ \\ + \\你好世界 "Hello World" + \\一二三四五六七八九十 "123456789" + \\龍鳳麟龜 (dragon, phoenix, qilin, turtle) + \\Fullwidth numbers: 1234567890 + \\Fullwidth letters: ABCDEFG abcdefg + \\Fullwidth punctuation: !@#$%^&*() + \\Half-width (normal): ABC 123 + \\Full-width (double): ABC 123 + \\Punctuation: 。,、;:「」『』 + \\Symbols: ○●□■△▲☆★◇◆ + \\ \\ recommended fonts for terminals with no nerdfont fallback support (e.g. flow-gui): \\ \\ "IosevkaTerm Nerd Font" => https://github.com/ryanoasis/nerd-fonts/releases/download/v3.3.0/IosevkaTerm.zip