1
0
forked from GRIN/grim

Build 57: Pay puck uses a Noto Sans JP ツ instead of Gamja Flower

Owner disliked the Gamja Flower ツ style on the center Pay puck. Replace it with
Noto Sans JP's cleaner, more geometric katakana tsu — subset to ONLY that one
glyph (~1.7 KB) the same way the old one was, loaded as the "noto-tsu" family and
drawn at the puck (mod.rs). Drop the now-unused Gamja Flower font + its license.
This commit is contained in:
2ro
2026-06-13 21:45:56 -04:00
parent de7007269f
commit 6ce70aee7e
5 changed files with 9 additions and 102 deletions
+2 -2
View File
@@ -446,8 +446,8 @@ impl GoblinWalletView {
rect.center(),
egui::Align2::CENTER_CENTER,
w::TSU,
// Gamja Flower's ツ — the cute smiley shape — only here.
FontId::new(31.0, egui::FontFamily::Name("gamja-tsu".into())),
// Noto Sans JP's clean ツ — the Pay puck mark, only here.
FontId::new(31.0, egui::FontFamily::Name("noto-tsu".into())),
t.accent_ink,
);
}