]> git.parisson.com Git - pdf.js.git/commitdiff
cleanup
authorsbarman <sbarman@L3CWZ5T.(none)>
Tue, 19 Jul 2011 18:33:54 +0000 (11:33 -0700)
committersbarman <sbarman@L3CWZ5T.(none)>
Tue, 19 Jul 2011 18:33:54 +0000 (11:33 -0700)
fonts.js

index 8950de883cd976b4bb4277738635ac4639be2e6d..8cbe6fe2f35c79fb982c09eea4f8105be9a59f24 100755 (executable)
--- 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;