stipub / stixfonts

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

Fix glyph width of integral symbols #103

Closed khaledhosny closed 6 years ago

khaledhosny commented 6 years ago

In OpenType MATH table, the italic correction is to be subtracted from the integral glyph advance width, the reverse of what TeX does. Account for this in the TFM file by subtracting the italic correction from the char width.

Fixes https://github.com/stipub/stixfonts/issues/102