165 Commits (e17d828b64a1996687e64bea5186f508c2a5d068)

Author SHA1 Message Date
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
Brendan Dahl 6f5baaa60b Fix names, remove debug function. 13 years ago
notmasteryet 73c9f8797b Add missing .link files; minor fix 13 years ago
notmasteryet a66b1a7ad3 Fix unicode re-assignment; MacRomanEncoding detection 13 years ago
Julian Viereck fd2ab059d3 Rename IRQueue and codeIR -> operatorList 13 years ago
Julian Viereck 889d6d100a Cleanup font loading. 13 years ago
notmasteryet 2508d2c12b Verify the names parameter 13 years ago
notmasteryet 19b670458e Remove empty gryphs; improve glyph unicode movements 13 years ago
Brendan Dahl adee28b2ec Fix font matrix. 13 years ago
Brendan Dahl cca0241532 Slight rename. 13 years ago
Brendan Dahl ce53b1b018 CFF Parser and Compiler. 13 years ago
notmasteryet ab3107e8e0 Optimization 13 years ago
notmasteryet 38e3f32557 Add and fix pdfkit_compressed.pdf 13 years ago
notmasteryet 8cb8de3092 Lint error 13 years ago
notmasteryet a6b9efc06b Re-encode cmap based on post table or current encoding; fix GlyphsUnicode table entries 13 years ago
notmasteryet 2cc89735ae Fixing cap1 statement 13 years ago
notmasteryet 31d8d13ba2 Fix merge with symbol font fix (part 2) 13 years ago