From bed1fbf849240ee4c6da81d93eab53d7d36979cb 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 ca923f90..957e9a28 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