Add an empty 'widths' to the properties object for base font
This commit is contained in:
parent
f014867bf8
commit
a7ef696fea
1 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue