Fix size of accents in STIX and STIX-Web fonts. Resolves issue #715.

This commit is contained in:
Davide P. Cervone 2014-02-06 12:33:37 -05:00
parent 7a97969104
commit 169c2ed097
3 changed files with 22 additions and 4 deletions

View File

@ -241,7 +241,13 @@
},
REMAPACCENT: {
"\u2192": "\u20D7"
"\u007E": "\u0303",
"\u2192": "\u20D7",
"\u0060": "\u0300",
"\u005E": "\u0302",
"\u00B4": "\u0301",
"\u2032": "\u0301",
"\u2035": "\u0300"
},
REMAPACCENTUNDER: {

View File

@ -137,7 +137,13 @@
},
REMAPACCENT: {
"\u2192": "\u20D7"
"\u007E": "\u0303",
"\u2192": "\u20D7",
"\u0060": "\u0300",
"\u005E": "\u0302",
"\u00B4": "\u0301",
"\u2032": "\u0301",
"\u2035": "\u0300"
},
REMAPACCENTUNDER: {
},

View File

@ -238,7 +238,13 @@
},
REMAPACCENT: {
"\u2192": "\u20D7"
"\u007E": "\u0303",
"\u2192": "\u20D7",
"\u0060": "\u0300",
"\u005E": "\u0302",
"\u00B4": "\u0301",
"\u2032": "\u0301",
"\u2035": "\u0300"
},
REMAPACCENTUNDER: {