From: Vivien Nicolas <21@vingtetun.org> Date: Fri, 2 Sep 2011 13:26:16 +0000 (+0200) Subject: Add a comment about supporting hint replacement X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e1f7edfae8c6de2dcfa1a4481496189e04fd1115;p=pdf.js.git Add a comment about supporting hint replacement --- diff --git a/fonts.js b/fonts.js index 4b119dc..90e70a3 100755 --- a/fonts.js +++ b/fonts.js @@ -1466,6 +1466,7 @@ var Type1Parser = function() { // This is the same things about hint replacement, if it is not used // entry 3 can be replaced by {3} + // TODO support hint replacment if (index == 3) { charstring.push(3); i++; @@ -1942,7 +1943,7 @@ CFF.prototype = { return type2Charstrings; }, - getType2Subrs: function cff_getType2Charstrings(type1Subrs) { + getType2Subrs: function cff_getType2Subrs(type1Subrs) { var bias = 0; var count = type1Subrs.length; if (count < 1240)