commit 0da254c8118cddee11f1a9f55b71cc533c81dcad
Author: Pavel Sanda <[email protected]>
Date:   Fri Mar 23 10:18:02 2018 +0100

    stmary10 font: fix glyphs codepoints 10,12,13.
    
    92680495b follow-up.
    
    minuso: 10 -> 171
    sslash: 12 -> 172
    bbslash:13 -> 174
    varcurlywedge: 9 -> 254 -> 170 (first move by Georg)
---
 lib/fonts/stmary10.sfd |  Bin 94835 -> 126101 bytes
 lib/fonts/stmary10.ttf |  Bin 18740 -> 19172 bytes
 lib/symbols            |   15 +++++++++------
 3 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/lib/fonts/stmary10.sfd b/lib/fonts/stmary10.sfd
index f1841d9..c3e35d8 100644
Binary files a/lib/fonts/stmary10.sfd and b/lib/fonts/stmary10.sfd differ
diff --git a/lib/fonts/stmary10.ttf b/lib/fonts/stmary10.ttf
index bafedc4..a23f032 100755
Binary files a/lib/fonts/stmary10.ttf and b/lib/fonts/stmary10.ttf differ
diff --git a/lib/symbols b/lib/symbols
index adb8c1d..1c5dc2b 100644
--- a/lib/symbols
+++ b/lib/symbols
@@ -866,14 +866,16 @@ Ydown              stmry   5   0 mathbin    x  stmaryrd
 Yleft              stmry   6   0 mathbin    x  stmaryrd
 Yright             stmry   7   0 mathbin    x  stmaryrd
 varcurlyvee        stmry   8   0 mathbin    x  stmaryrd
-# qt does not display characters at the \t position (0x09)
-# therefore our .ttf font contains a copy at 254 (0xfe)
+# qt4 does not display characters at the \t position (0x09)
+# therefore our .ttf font contains a copy at 170 (0xaa)
 #varcurlywedge      stmry   9   0 mathbin    x  stmaryrd
-varcurlywedge      stmry 254   0 mathbin    x  stmaryrd
-minuso             stmry  10   0 mathbin    x  stmaryrd
+#10,12,13 codepoints broken in qt5
+varcurlywedge      stmry 170   0 mathbin    x  stmaryrd
+minuso             stmry 171   0 mathbin    x  stmaryrd
 baro               stmry  11   0 mathbin    x  stmaryrd
-sslash             stmry  12   0 mathbin    x  stmaryrd
-bbslash            stmry  13   0 mathbin    x  stmaryrd
+sslash             stmry 172   0 mathbin    x  stmaryrd
+#for whatever reason qt5 refuses to display anything at position 173
+bbslash            stmry 174   0 mathbin    x  stmaryrd
 moo                stmry  14   0 mathbin    x  stmaryrd
 varotimes          stmry  15   0 mathbin    x  stmaryrd
 varoast            stmry  16   0 mathbin    x  stmaryrd
@@ -1032,6 +1034,7 @@ iiintop            esint        005    0  mathop  &tint;  
      esint
 iiiint             esint        007    0  mathop  &qint;        esint|amsmath
 
 iiiintop           esint        007    0  mathop  &qint;        esint
+#9 codepoint forbidden in qt4, 10,12,13 in qt5
 oint               esint        043    0  mathop  &conint;      esint
 
 ointop             esint        043    0  mathop  &conint;      esint

Reply via email to