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

This commit is contained in:
Vivien Nicolas 2011-09-08 03:21:27 +02:00
parent f014867bf8
commit a7ef696fea

1
pdf.js
View File

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