From: sbarman Date: Tue, 19 Jul 2011 18:33:54 +0000 (-0700) Subject: cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b8df2eb68bd147028c97d124884f5b7e2bc9011b;p=pdf.js.git cleanup --- diff --git a/fonts.js b/fonts.js index 8950de8..8cbe6fe 100755 --- a/fonts.js +++ b/fonts.js @@ -424,9 +424,6 @@ var Font = (function() { this.compositeFont = properties.compositeFont; }; - function parseCFF(file) { - }; - function stringToArray(str) { var array = []; for (var i = 0; i < str.length; ++i) @@ -1999,6 +1996,7 @@ CFF.prototype = { var Type2CFF = (function() { + // TODO: replace parsing code with the Type2Parser in font_utils.js function constructor(file) { var bytes = file.getBytes(); this.bytes = bytes;