From: Vivien Nicolas <21@vingtetun.org> Date: Thu, 8 Sep 2011 01:21:27 +0000 (+0200) Subject: Add an empty 'widths' to the properties object for base font X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=a7ef696fea4d4abdb2e70cda0c1814b255c56a93;p=pdf.js.git Add an empty 'widths' to the properties object for base font --- diff --git a/pdf.js b/pdf.js index 5960ab1..40ffde6 100644 --- a/pdf.js +++ b/pdf.js @@ -4435,6 +4435,7 @@ var PartialEvaluator = (function() { type: type.name, encoding: map, differences: [], + widths: {}, firstChar: 0, lastChar: 256 };