stipub / stixfonts

OpenType Unicode fonts for Scientific, Technical, and Mathematical texts
SIL Open Font License 1.1
687 stars 41 forks source link

Fix italics correction for uni2232.up #178

Closed ivo-s closed 3 years ago

ivo-s commented 3 years ago

By chance, I noticed a typo in italics correction for the glyph uni2232.up. Instead of 800, it is supposed to be 80. This creates problems with limits alignment. image If I understand correctly, the source for the MATH table is the binary TTF STIXTwoMath-Regular.input.ttf. Because I don't know how to do TTF import-export consistently, I tracked down the binary record at offsets 34252-34253 and changed it from 0x0320 -> 0x0050. This fixes the value. I don't know your policy on binary file revisions, so feel free to close this pull request and incorporate this into some larger fix.

Thanks for this wonderful font and Happy New Year!

tiroj commented 3 years ago

Thanks for catching this. I have fixed it in the upstream source and it will be pushed in next updates.