Remove fonts from default VARIANT values, which where causing -smallOP to no inherit the normal fonts; this caused \int in STIX (and other fonts) not to be found, and so default to unknown character bboxes. Resolves issue #820.

This commit is contained in:
Davide P. Cervone 2014-05-22 19:43:30 -04:00
parent ae3197913b
commit 4e3977082d

View File

@ -384,10 +384,8 @@
FONTDATA: {
TeX_factor: 1, baselineskip: 1.2, lineH: .8, lineD: .2, ffLineH: .8,
FONTS: {},
VARIANT: {
"normal": {fonts:[]}, "-generic-variant": {fonts:[]},
"-largeOp": {fonts:[]}, "-smallOp": {fonts:[]}
}, RANGES: [], DELIMITERS: {}, RULECHAR: 0x2D, REMAP: {}
VARIANT: {"normal": {fonts:[]}, "-generic-variant": {}, "-largeOp": {}, "-smallOp": {}},
RANGES: [], DELIMITERS: {}, RULECHAR: 0x2D, REMAP: {}
},
Config: function () {