From af6cdc442bbcc1323ac1d13adaa49982318c9cfe Mon Sep 17 00:00:00 2001 From: Kaalleen <36401965+kaalleen@users.noreply.github.com> Date: Wed, 5 Feb 2025 18:50:31 +0100 Subject: Lettering typographic features (#3466) * add svg font to layers extension which saves glyph annotations into the glyph name --------- Co-authored-by: Claudine --- lib/gui/edit_json/settings_panel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/gui/edit_json/settings_panel.py') diff --git a/lib/gui/edit_json/settings_panel.py b/lib/gui/edit_json/settings_panel.py index 57ba5fdc..8c51a3d0 100644 --- a/lib/gui/edit_json/settings_panel.py +++ b/lib/gui/edit_json/settings_panel.py @@ -97,7 +97,7 @@ class FontInfo(wx.Panel): ) default_variant_label = wx.StaticText(self, label=_("Default Variant")) - self.default_variant = wx.Choice(self, choices=[_("→"), _("←"), _("↓"), ("↑")]) + self.default_variant = wx.Choice(self, choices=["→", "←", "↓", "↑"]) self.default_variant.Bind(wx.EVT_CHOICE, self.parent.on_default_variant_change) text_direction_label = wx.StaticText(self, label=_("Text direction")) -- cgit v1.2.3