186 Commits (6fc70bb2a77b9ab13d6e4a47c82236002221eef1)

Author SHA1 Message Date
Yury Delendik 9fba150dd2 Move font translation to the worker 13 years ago
Brendan Dahl 332ae4ce41 Change to the Apache v2 license. 13 years ago
Yury Delendik deedb0a911 Workaround for chrome's issue 145227 13 years ago
Yury Delendik 621686ca67 Fixes incorrect font type and prevents future this.objs.objs[fonts[i]] failures 13 years ago
Yury Delendik e32ecc44d3 Fixes CFF test and CFF int16 parsing 13 years ago
Yury Delendik 93f9efde39 Fixes ascent and descent values for windows gdi 13 years ago
Yury Delendik 4550ffe14e Fixes fonts on linux 13 years ago
Tom Schuster fad38f8286 Update src/fonts.js 13 years ago
Yury Delendik 4f20f5f1bb Verify the request id parameter 13 years ago
Yury Delendik 52d229761a Removing sum of the iframe times, browser does it for us 13 years ago
Yury Delendik 8459fef6c3 Cleanup: remove iframe and message handler 13 years ago
Yury Delendik 3c1d63055d Invoking callback via setTimeout 13 years ago
Yury Delendik c414c76461 Fixes font loading concurency 13 years ago
Yury Delendik 972d08209a Discards invalid values for Blues 13 years ago
Yury Delendik 6277e6eda7 Fixes bias calculation for type2 subr 13 years ago
Yury Delendik b4d75ca83b Adds callothersubr support 13 years ago
Brendan Dahl 69eca3c50f Use timeout for font ready callback to avoid intermittent chrome failures. 13 years ago
Brendan Dahl 792ef1b14d Support div number format for seac operator. 13 years ago
Brendan Dahl 34eb537160 Add another warning for malformed stack. Fix/add variable names. 13 years ago
Brendan Dahl 8fccd19948 Leave div commands on stack and change evaluation. 13 years ago
Brendan Dahl ac005ed359 Support more type 1 font hsbw formats. 13 years ago
Brendan Dahl c98b905e0d Add support for type 1 seac charstring command. 13 years ago
Alex Kwiatkowski & Daniel Yankowsky 00dbce612f Skip properties inherited from array.prototype 13 years ago
Yury Delendik 07a24c5589 Warn instead of fail for CID fonts 13 years ago
benbro 76a296cac4 Remove space at end of line. 13 years ago
Brendan Dahl ffc27bca1e Fix missing charset for iframe. 13 years ago
benbro 6de284acc9 Set the style element ID. 13 years ago
benbro 4e39685753 Use a style tag with an ID instead of keeping a reference to it. 13 years ago
Yury Delendik ed02be8352 Removes the CID data from the CFF font 13 years ago
Yury Delendik 84b4f53ed6 Adjusts MacRoman switch heuristics threshold 13 years ago
Yury Delendik 45ae175d0b Fixes CFF: moves Subrs to Private tail 13 years ago
Brendan Dahl 034583e1a1 Add new severity log info(). Change severity of some log messages. Trigger fallback on errors and warnings for extension. 13 years ago
benbro b6077c7398 IE9 breaks when adding to many style elements to the page. 13 years ago
Yury Delendik 78213e826e Guessing pdf char size based on the CMap numbers 13 years ago
Yury Delendik 6bf640260f Fix jsdoc comment; remove resources dict from type3 properties 13 years ago
Yury Delendik be6ccdca34 Rebuilding invalid OS/2 table 13 years ago
Kalervo Kujala 5083774a8c Fix lint warnings in fonts.js. 13 years ago
Kalervo Kujala 8fd04e7daa Correct Type1 class method names. 13 years ago
Kalervo Kujala 99440ab691 Refactor class method names. 13 years ago
Yury Delendik b3bcd7370c Removing double-entry for 'space' for standard encodings 13 years ago
gigaherz 9abbce021f Undo comment changes. 13 years ago
gigaherz c6d7e654ee Replace variables named 'char'=>'character', 'byte'=>'octet' and field '.private'=>'.privateData'. This allows pdf.js to compile with Google's Closure Compiler. 13 years ago
Brendan Dahl 8c5d33c86b Fix cff regression. 13 years ago
Kalervo Kujala a84fbb9eb2 Fix a couple of closure names. 13 years ago
notmasteryet 851220074d Checking if it's a true symbolic truetype font 13 years ago
notmasteryet 72355121a0 Don't print missing symbols in the font 13 years ago
Kalervo Kujala 8e060bdbca Use [] instead of new Array(...). 13 years ago
Brendan Dahl 37fef69e5e Remove slice. 13 years ago
Kalervo Kujala ed2bcf0ffa Add protection against malicious code in font loader. 13 years ago
Kalervo Kujala eb4ec7899a Remove unreachable logic after error(...) is called. 13 years ago