1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-29 15:47:57 +02:00
pdf.js/src/core
Brendan Dahl 5b7f712ca7 Merge pull request #8627 from yurydelendik/issue-8591
Fallback on font widths if CFF data is broken
2017-08-02 10:53:14 -07:00
..
annotation.js Refactor ObjectLoader to use Dicts correctly, rather than abusing their internal properties 2017-06-16 22:59:32 +02:00
arithmetic_decoder.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
bidi.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
cff_parser.js Fixes CFF data glyph widths 2017-07-25 12:29:51 -05:00
charsets.js Convert the files in the /src/core folder to ES6 modules 2017-05-30 22:06:21 +02:00
chunked_stream.js Remove most assert() calls (issue 8506) 2017-07-21 18:51:02 +02:00
cmap.js Remove most assert() calls (issue 8506) 2017-07-21 18:51:02 +02:00
colorspace.js Add unit-tests for colorspace.js 2017-07-28 14:24:56 +05:30
crypto.js Remove most assert() calls (issue 8506) 2017-07-21 18:51:02 +02:00
document.js Remove most assert() calls (issue 8506) 2017-07-21 18:51:02 +02:00
encodings.js Fix missing notdef in expert encoding. 2017-06-29 12:12:39 -07:00
evaluator.js Remove most assert() calls (issue 8506) 2017-07-21 18:51:02 +02:00
font_renderer.js Removes error() 2017-07-07 09:40:24 -05:00
fonts.js Remove most assert() calls (issue 8506) 2017-07-21 18:51:02 +02:00
function.js Removes error() 2017-07-07 09:40:24 -05:00
glyphlist.js Convert the files in the /src/core folder to ES6 modules 2017-05-30 22:06:21 +02:00
image.js Removes error() 2017-07-07 09:40:24 -05:00
jbig2.js Removes error() 2017-07-07 09:40:24 -05:00
jpg.js In src/core/jpg.js, ensure that the Adobe JPEG marker always takes precedence, even when the color transform code is zero 2017-07-11 17:08:30 +02:00
jpx.js Removes error() 2017-07-07 09:40:24 -05:00
metrics.js Convert the files in the /src/core folder to ES6 modules 2017-05-30 22:06:21 +02:00
murmurhash3.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
obj.js Merge pull request #8673 from Snuffleupagus/api-pageMode 2017-07-23 13:17:07 +02:00
parser.js Removes error() 2017-07-07 09:40:24 -05:00
pattern.js Remove most assert() calls (issue 8506) 2017-07-21 18:51:02 +02:00
pdf_manager.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
primitives.js Rename map to _map inside of Dict, to make it clearer that it should be regarded as a "private" property 2017-06-17 17:32:00 +02:00
ps_parser.js Removes error() 2017-07-07 09:40:24 -05:00
standard_fonts.js Add a fallback for non-embedded SegoeUISymbol font (issue 8697) 2017-07-25 12:45:11 +02:00
stream.js Removes error() 2017-07-07 09:40:24 -05:00
type1_parser.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
unicode.js Fix inconsistent spacing and trailing commas in objects in src/core/ files, so we can enable the comma-dangle and object-curly-spacing ESLint rules later on 2017-06-02 11:20:19 +02:00
worker.js Adds Streams API support for networking task of PDF.js project. 2017-07-28 02:32:30 +05:30