Browse Source

Add an empty 'widths' to the properties object for base font

Vivien Nicolas 14 years ago
parent
commit
a7ef696fea
  1. 1
      pdf.js

1
pdf.js

@ -4435,6 +4435,7 @@ var PartialEvaluator = (function() {
type: type.name, type: type.name,
encoding: map, encoding: map,
differences: [], differences: [],
widths: {},
firstChar: 0, firstChar: 0,
lastChar: 256 lastChar: 256
}; };

Loading…
Cancel
Save