From efa5156a366b3d5694601c5da1a5713e41c66191 Mon Sep 17 00:00:00 2001 From: cor Date: Sun, 4 Jan 2026 22:23:39 +0100 Subject: [PATCH] Include superscripts and subscripts in fonts --- lib/EpdFont/scripts/fontconvert.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/EpdFont/scripts/fontconvert.py b/lib/EpdFont/scripts/fontconvert.py index 7d4274ed..d11f73b7 100755 --- a/lib/EpdFont/scripts/fontconvert.py +++ b/lib/EpdFont/scripts/fontconvert.py @@ -56,6 +56,8 @@ intervals = [ # Russian, Ukrainian, Bulgarian, etc. (0x0400, 0x04FF), ### Math Symbols (common subset) ### + # Superscripts and Subscripts + (0x2070, 0x209F), # General math operators (0x2200, 0x22FF), # Arrows