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: { FONTDATA: {
TeX_factor: 1, baselineskip: 1.2, lineH: .8, lineD: .2, ffLineH: .8, TeX_factor: 1, baselineskip: 1.2, lineH: .8, lineD: .2, ffLineH: .8,
FONTS: {}, FONTS: {},
VARIANT: { VARIANT: {"normal": {fonts:[]}, "-generic-variant": {}, "-largeOp": {}, "-smallOp": {}},
"normal": {fonts:[]}, "-generic-variant": {fonts:[]}, RANGES: [], DELIMITERS: {}, RULECHAR: 0x2D, REMAP: {}
"-largeOp": {fonts:[]}, "-smallOp": {fonts:[]}
}, RANGES: [], DELIMITERS: {}, RULECHAR: 0x2D, REMAP: {}
}, },
Config: function () { Config: function () {