]> git.parisson.com Git - pdf.js.git/commitdiff
Fix lint errors and add metrics.js and charsets.js to the default set of pdf files...
authorVivien Nicolas <21@vingtetun.org>
Tue, 20 Sep 2011 02:26:37 +0000 (04:26 +0200)
committerVivien Nicolas <21@vingtetun.org>
Tue, 20 Sep 2011 02:26:37 +0000 (04:26 +0200)
Makefile
charsets.js
fonts.js

index fb4ffe9cb1f6f0df7343212142d6ab9fd5144f6b..56b597e5f0eccc18622b6b38e795519b28704ba8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ PDF_JS_FILES = \
        pdf.js \
        crypto.js \
        fonts.js \
+       metrics.js \
+       charsets.js \
        glyphlist.js \
        $(NULL)
 
index 4066976c94c218028f469937b3076954a18d811a..59fcdf5cf7cde8d7be73d73f3d0a1d3cb6e0e0c8 100644 (file)
 
 var ISOAdobeCharset = [
-  ".notdef", "space", "exclam", "quotedbl", "numbersign", "dollar",
-  "percent", "ampersand", "quoteright", "parenleft", "parenright",
-  "asterisk", "plus", "comma", "hyphen", "period", "slash", "zero",
-  "one", "two", "three", "four", "five", "six", "seven", "eight",
-  "nine", "colon", "semicolon", "less", "equal", "greater", "question",
-  "at", "A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M",
-  "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z",
-  "bracketleft", "backslash", "bracketright", "asciicircum", "underscore",
-  "quoteleft", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l",
-  "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z",
-  "braceleft", "bar", "braceright", "asciitilde", "exclamdown", "cent",
-  "sterling", "fraction", "yen", "florin", "section", "currency",
-  "quotesingle", "quotedblleft", "guillemotleft", "guilsinglleft",
-  "guilsinglright", "fi", "fl", "endash", "dagger", "daggerdbl",
-  "periodcentered", "paragraph", "bullet", "quotesinglbase",
-  "quotedblbase", "quotedblright", "guillemotright", "ellipsis",
-  "perthousand", "questiondown", "grave", "acute", "circumflex", "tilde",
-  "macron", "breve", "dotaccent", "dieresis", "ring", "cedilla",
-  "hungarumlaut", "ogonek", "caron", "emdash", "AE", "ordfeminine",
-  "Lslash", "Oslash", "OE", "ordmasculine", "ae", "dotlessi", "lslash",
-  "oslash", "oe", "germandbls", "onesuperior", "logicalnot", "mu",
-  "trademark", "Eth", "onehalf", "plusminus", "Thorn", "onequarter",
-  "divide", "brokenbar", "degree", "thorn", "threequarters", "twosuperior",
-  "registered", "minus", "eth", "multiply", "threesuperior", "copyright",
-  "Aacute", "Acircumflex", "Adieresis", "Agrave", "Aring", "Atilde",
-  "Ccedilla", "Eacute", "Ecircumflex", "Edieresis", "Egrave", "Iacute",
-  "Icircumflex", "Idieresis", "Igrave", "Ntilde", "Oacute", "Ocircumflex",
-  "Odieresis", "Ograve", "Otilde", "Scaron", "Uacute", "Ucircumflex",
-  "Udieresis", "Ugrave", "Yacute", "Ydieresis", "Zcaron", "aacute",
-  "acircumflex", "adieresis", "agrave", "aring", "atilde", "ccedilla",
-  "eacute", "ecircumflex", "edieresis", "egrave", "iacute", "icircumflex",
-  "idieresis", "igrave", "ntilde", "oacute", "ocircumflex", "odieresis",
-  "ograve", "otilde", "scaron", "uacute", "ucircumflex", "udieresis",
-  "ugrave", "yacute", "ydieresis", "zcaron"
+  '.notdef', 'space', 'exclam', 'quotedbl', 'numbersign', 'dollar',
+  'percent', 'ampersand', 'quoteright', 'parenleft', 'parenright',
+  'asterisk', 'plus', 'comma', 'hyphen', 'period', 'slash', 'zero',
+  'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight',
+  'nine', 'colon', 'semicolon', 'less', 'equal', 'greater', 'question',
+  'at', 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
+  'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z',
+  'bracketleft', 'backslash', 'bracketright', 'asciicircum', 'underscore',
+  'quoteleft', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l',
+  'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z',
+  'braceleft', 'bar', 'braceright', 'asciitilde', 'exclamdown', 'cent',
+  'sterling', 'fraction', 'yen', 'florin', 'section', 'currency',
+  'quotesingle', 'quotedblleft', 'guillemotleft', 'guilsinglleft',
+  'guilsinglright', 'fi', 'fl', 'endash', 'dagger', 'daggerdbl',
+  'periodcentered', 'paragraph', 'bullet', 'quotesinglbase',
+  'quotedblbase', 'quotedblright', 'guillemotright', 'ellipsis',
+  'perthousand', 'questiondown', 'grave', 'acute', 'circumflex', 'tilde',
+  'macron', 'breve', 'dotaccent', 'dieresis', 'ring', 'cedilla',
+  'hungarumlaut', 'ogonek', 'caron', 'emdash', 'AE', 'ordfeminine',
+  'Lslash', 'Oslash', 'OE', 'ordmasculine', 'ae', 'dotlessi', 'lslash',
+  'oslash', 'oe', 'germandbls', 'onesuperior', 'logicalnot', 'mu',
+  'trademark', 'Eth', 'onehalf', 'plusminus', 'Thorn', 'onequarter',
+  'divide', 'brokenbar', 'degree', 'thorn', 'threequarters', 'twosuperior',
+  'registered', 'minus', 'eth', 'multiply', 'threesuperior', 'copyright',
+  'Aacute', 'Acircumflex', 'Adieresis', 'Agrave', 'Aring', 'Atilde',
+  'Ccedilla', 'Eacute', 'Ecircumflex', 'Edieresis', 'Egrave', 'Iacute',
+  'Icircumflex', 'Idieresis', 'Igrave', 'Ntilde', 'Oacute', 'Ocircumflex',
+  'Odieresis', 'Ograve', 'Otilde', 'Scaron', 'Uacute', 'Ucircumflex',
+  'Udieresis', 'Ugrave', 'Yacute', 'Ydieresis', 'Zcaron', 'aacute',
+  'acircumflex', 'adieresis', 'agrave', 'aring', 'atilde', 'ccedilla',
+  'eacute', 'ecircumflex', 'edieresis', 'egrave', 'iacute', 'icircumflex',
+  'idieresis', 'igrave', 'ntilde', 'oacute', 'ocircumflex', 'odieresis',
+  'ograve', 'otilde', 'scaron', 'uacute', 'ucircumflex', 'udieresis',
+  'ugrave', 'yacute', 'ydieresis', 'zcaron'
 ];
 
 var ExpertCharset = [
-  ".notdef", "space", "exclamsmall", "Hungarumlautsmall", "dollaroldstyle",
-  "dollarsuperior", "ampersandsmall", "Acutesmall", "parenleftsuperior",
-  "parenrightsuperior", "twodotenleader", "onedotenleader", "comma",
-  "hyphen", "period", "fraction", "zerooldstyle", "oneoldstyle",
-  "twooldstyle", "threeoldstyle", "fouroldstyle", "fiveoldstyle",
-  "sixoldstyle", "sevenoldstyle", "eightoldstyle", "nineoldstyle",
-  "colon", "semicolon", "commasuperior", "threequartersemdash",
-  "periodsuperior", "questionsmall", "asuperior", "bsuperior",
-  "centsuperior", "dsuperior", "esuperior", "isuperior", "lsuperior",
-  "msuperior", "nsuperior", "osuperior", "rsuperior", "ssuperior",
-  "tsuperior", "ff", "fi", "fl", "ffi", "ffl", "parenleftinferior",
-  "parenrightinferior", "Circumflexsmall", "hyphensuperior", "Gravesmall",
-  "Asmall", "Bsmall", "Csmall", "Dsmall", "Esmall", "Fsmall", "Gsmall",
-  "Hsmall", "Ismall", "Jsmall", "Ksmall", "Lsmall", "Msmall", "Nsmall",
-  "Osmall", "Psmall", "Qsmall", "Rsmall", "Ssmall", "Tsmall", "Usmall",
-  "Vsmall", "Wsmall", "Xsmall", "Ysmall", "Zsmall", "colonmonetary",
-  "onefitted", "rupiah", "Tildesmall", "exclamdownsmall", "centoldstyle",
-  "Lslashsmall", "Scaronsmall", "Zcaronsmall", "Dieresissmall",
-  "Brevesmall", "Caronsmall", "Dotaccentsmall", "Macronsmall",
-  "figuredash", "hypheninferior", "Ogoneksmall", "Ringsmall",
-  "Cedillasmall", "onequarter", "onehalf", "threequarters",
-  "questiondownsmall", "oneeighth", "threeeighths", "fiveeighths",
-  "seveneighths", "onethird", "twothirds", "zerosuperior", "onesuperior",
-  "twosuperior", "threesuperior", "foursuperior", "fivesuperior",
-  "sixsuperior", "sevensuperior", "eightsuperior", "ninesuperior",
-  "zeroinferior", "oneinferior", "twoinferior", "threeinferior",
-  "fourinferior", "fiveinferior", "sixinferior", "seveninferior",
-  "eightinferior", "nineinferior", "centinferior", "dollarinferior",
-  "periodinferior", "commainferior", "Agravesmall", "Aacutesmall",
-  "Acircumflexsmall", "Atildesmall", "Adieresissmall", "Aringsmall",
-  "AEsmall", "Ccedillasmall", "Egravesmall", "Eacutesmall",
-  "Ecircumflexsmall", "Edieresissmall", "Igravesmall", "Iacutesmall",
-  "Icircumflexsmall", "Idieresissmall", "Ethsmall", "Ntildesmall",
-  "Ogravesmall", "Oacutesmall", "Ocircumflexsmall", "Otildesmall",
-  "Odieresissmall", "OEsmall", "Oslashsmall", "Ugravesmall", "Uacutesmall",
-  "Ucircumflexsmall", "Udieresissmall", "Yacutesmall", "Thornsmall",
-  "Ydieresissmall"
+  '.notdef', 'space', 'exclamsmall', 'Hungarumlautsmall', 'dollaroldstyle',
+  'dollarsuperior', 'ampersandsmall', 'Acutesmall', 'parenleftsuperior',
+  'parenrightsuperior', 'twodotenleader', 'onedotenleader', 'comma',
+  'hyphen', 'period', 'fraction', 'zerooldstyle', 'oneoldstyle',
+  'twooldstyle', 'threeoldstyle', 'fouroldstyle', 'fiveoldstyle',
+  'sixoldstyle', 'sevenoldstyle', 'eightoldstyle', 'nineoldstyle',
+  'colon', 'semicolon', 'commasuperior', 'threequartersemdash',
+  'periodsuperior', 'questionsmall', 'asuperior', 'bsuperior',
+  'centsuperior', 'dsuperior', 'esuperior', 'isuperior', 'lsuperior',
+  'msuperior', 'nsuperior', 'osuperior', 'rsuperior', 'ssuperior',
+  'tsuperior', 'ff', 'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior',
+  'parenrightinferior', 'Circumflexsmall', 'hyphensuperior', 'Gravesmall',
+  'Asmall', 'Bsmall', 'Csmall', 'Dsmall', 'Esmall', 'Fsmall', 'Gsmall',
+  'Hsmall', 'Ismall', 'Jsmall', 'Ksmall', 'Lsmall', 'Msmall', 'Nsmall',
+  'Osmall', 'Psmall', 'Qsmall', 'Rsmall', 'Ssmall', 'Tsmall', 'Usmall',
+  'Vsmall', 'Wsmall', 'Xsmall', 'Ysmall', 'Zsmall', 'colonmonetary',
+  'onefitted', 'rupiah', 'Tildesmall', 'exclamdownsmall', 'centoldstyle',
+  'Lslashsmall', 'Scaronsmall', 'Zcaronsmall', 'Dieresissmall',
+  'Brevesmall', 'Caronsmall', 'Dotaccentsmall', 'Macronsmall',
+  'figuredash', 'hypheninferior', 'Ogoneksmall', 'Ringsmall',
+  'Cedillasmall', 'onequarter', 'onehalf', 'threequarters',
+  'questiondownsmall', 'oneeighth', 'threeeighths', 'fiveeighths',
+  'seveneighths', 'onethird', 'twothirds', 'zerosuperior', 'onesuperior',
+  'twosuperior', 'threesuperior', 'foursuperior', 'fivesuperior',
+  'sixsuperior', 'sevensuperior', 'eightsuperior', 'ninesuperior',
+  'zeroinferior', 'oneinferior', 'twoinferior', 'threeinferior',
+  'fourinferior', 'fiveinferior', 'sixinferior', 'seveninferior',
+  'eightinferior', 'nineinferior', 'centinferior', 'dollarinferior',
+  'periodinferior', 'commainferior', 'Agravesmall', 'Aacutesmall',
+  'Acircumflexsmall', 'Atildesmall', 'Adieresissmall', 'Aringsmall',
+  'AEsmall', 'Ccedillasmall', 'Egravesmall', 'Eacutesmall',
+  'Ecircumflexsmall', 'Edieresissmall', 'Igravesmall', 'Iacutesmall',
+  'Icircumflexsmall', 'Idieresissmall', 'Ethsmall', 'Ntildesmall',
+  'Ogravesmall', 'Oacutesmall', 'Ocircumflexsmall', 'Otildesmall',
+  'Odieresissmall', 'OEsmall', 'Oslashsmall', 'Ugravesmall', 'Uacutesmall',
+  'Ucircumflexsmall', 'Udieresissmall', 'Yacutesmall', 'Thornsmall',
+  'Ydieresissmall'
 ];
 
 var ExpertSubsetCharset = [
-  ".notdef", "space", "dollaroldstyle", "dollarsuperior",
-  "parenleftsuperior", "parenrightsuperior", "twodotenleader",
-  "onedotenleader", "comma", "hyphen", "period", "fraction",
-  "zerooldstyle", "oneoldstyle", "twooldstyle", "threeoldstyle",
-  "fouroldstyle", "fiveoldstyle", "sixoldstyle", "sevenoldstyle",
-  "eightoldstyle", "nineoldstyle", "colon", "semicolon", "commasuperior",
-  "threequartersemdash", "periodsuperior", "asuperior", "bsuperior",
-  "centsuperior", "dsuperior", "esuperior", "isuperior", "lsuperior",
-  "msuperior", "nsuperior", "osuperior", "rsuperior", "ssuperior",
-  "tsuperior", "ff", "fi", "fl", "ffi", "ffl", "parenleftinferior",
-  "parenrightinferior", "hyphensuperior", "colonmonetary", "onefitted",
-  "rupiah", "centoldstyle", "figuredash", "hypheninferior", "onequarter",
-  "onehalf", "threequarters", "oneeighth", "threeeighths", "fiveeighths",
-  "seveneighths", "onethird", "twothirds", "zerosuperior", "onesuperior",
-  "twosuperior", "threesuperior", "foursuperior", "fivesuperior",
-  "sixsuperior", "sevensuperior", "eightsuperior", "ninesuperior",
-  "zeroinferior", "oneinferior", "twoinferior", "threeinferior",
-  "fourinferior", "fiveinferior", "sixinferior", "seveninferior",
-  "eightinferior", "nineinferior", "centinferior", "dollarinferior",
-  "periodinferior", "commainferior"
+  '.notdef', 'space', 'dollaroldstyle', 'dollarsuperior',
+  'parenleftsuperior', 'parenrightsuperior', 'twodotenleader',
+  'onedotenleader', 'comma', 'hyphen', 'period', 'fraction',
+  'zerooldstyle', 'oneoldstyle', 'twooldstyle', 'threeoldstyle',
+  'fouroldstyle', 'fiveoldstyle', 'sixoldstyle', 'sevenoldstyle',
+  'eightoldstyle', 'nineoldstyle', 'colon', 'semicolon', 'commasuperior',
+  'threequartersemdash', 'periodsuperior', 'asuperior', 'bsuperior',
+  'centsuperior', 'dsuperior', 'esuperior', 'isuperior', 'lsuperior',
+  'msuperior', 'nsuperior', 'osuperior', 'rsuperior', 'ssuperior',
+  'tsuperior', 'ff', 'fi', 'fl', 'ffi', 'ffl', 'parenleftinferior',
+  'parenrightinferior', 'hyphensuperior', 'colonmonetary', 'onefitted',
+  'rupiah', 'centoldstyle', 'figuredash', 'hypheninferior', 'onequarter',
+  'onehalf', 'threequarters', 'oneeighth', 'threeeighths', 'fiveeighths',
+  'seveneighths', 'onethird', 'twothirds', 'zerosuperior', 'onesuperior',
+  'twosuperior', 'threesuperior', 'foursuperior', 'fivesuperior',
+  'sixsuperior', 'sevensuperior', 'eightsuperior', 'ninesuperior',
+  'zeroinferior', 'oneinferior', 'twoinferior', 'threeinferior',
+  'fourinferior', 'fiveinferior', 'sixinferior', 'seveninferior',
+  'eightinferior', 'nineinferior', 'centinferior', 'dollarinferior',
+  'periodinferior', 'commainferior'
 ];
 
index 105df5ec607b49821c09884eb1cd86e96b651e71..7cd27f8b08d22aad176d4f542ad0214885a4fabd 100644 (file)
--- a/fonts.js
+++ b/fonts.js
@@ -2586,7 +2586,7 @@ var Type2CFF = (function() {
       switch (format) {
         case 0:
           for (var i = 0; i < length; i++) {
-            var sid = (bytes[pos++]  << 8) | bytes[pos++];
+            var sid = (bytes[pos++] << 8) | bytes[pos++];
             charset.push(strings[sid]);
           }
           break;
@@ -2818,7 +2818,7 @@ var Type2CFF = (function() {
             start: start,
             end: end,
             data: bytes.subarray(start, end)
-          }
+          };
         },
         length: count,
         endPos: end