1236 Commits (d7ff95f0de4828f0ac549d868ffa43e740f8f72a)
 

Author SHA1 Message Date
Vivien Nicolas c9e0b05678 Resolve the char->glyphs mapping issue 14 years ago
Vivien Nicolas 2e87e8ca83 Merge from gal's master branch (got a regression on the mapping between char->glyph) 14 years ago
Vivien Nicolas a57b53b3b3 Merge from gal's master branch (got a regression on the mapping between char->glyph) 14 years ago
Vivien Nicolas 15aad009c9 Change the nominalWidth to not use the format 28,b0,b1 but b0-139 in order to pass the sanitizer and disable TrueType support until it fully works 14 years ago
Vivien Nicolas 1923337bab Change the nominalWidth to not use the format 28,b0,b1 but b0-139 in order to pass the sanitizer and disable TrueType support until it fully works 14 years ago
Vivien Nicolas 3eb36429f3 Use spaces to compare font size to detect when the @font-face rule works, this seems to be more accurate 14 years ago
Vivien Nicolas 509d608a3a Use spaces to compare font size to detect when the @font-face rule works, this seems to be more accurate 14 years ago
Vivien Nicolas c0ef98a9da Remove some useless JS function calls 14 years ago
Vivien Nicolas 97e8a56323 Remove some useless JS function calls 14 years ago
Vivien Nicolas d565193cbd Get rid of the PostScript interpreter (part 1) 14 years ago
Vivien Nicolas 650ed04a70 Get rid of the PostScript interpreter (part 1) 14 years ago
Chris Jones 8ab68cf17a implement setDash 14 years ago
Chris Jones 7fb6c434c5 implement setDash 14 years ago
Chris Jones 672741bc5c Merge branch 'master' of github.com:andreasgal/pdf.js 14 years ago
Chris Jones 470f0e49dd Merge branch 'master' of github.com:andreasgal/pdf.js 14 years ago
Chris Jones 58c08ca00f Merge pull request #6 from sbarman/master 14 years ago
Chris Jones 988989e8b0 Merge pull request #6 from sbarman/master 14 years ago
sbarman 7077ad5b67 Merge branch 'master' of github.com:andreasgal/pdf.js 14 years ago
sbarman 23aba03f43 Merge branch 'master' of github.com:andreasgal/pdf.js 14 years ago
Chris Jones 0c4e4d1651 implement some operators and add TODOs for remaining undefined ones 14 years ago
Chris Jones 07c81a624e implement some operators and add TODOs for remaining undefined ones 14 years ago
sbarman a0375c0f0b cleaned up fetchIfRef, changed switch-case to array lookup, changed IsFunction to IsPDFFunction 14 years ago
sbarman 0f2d4c7011 cleaned up fetchIfRef, changed switch-case to array lookup, changed IsFunction to IsPDFFunction 14 years ago
Andreas Gal 815544ab81 fixes suggested by @brendaneich 14 years ago
Andreas Gal 6a9f7def45 fixes suggested by @brendaneich 14 years ago
Vivien Nicolas 0ad010ecbd Make Type1 glyphs use the default width they declare 14 years ago
Vivien Nicolas 2519e4f53b Make Type1 glyphs use the default width they declare 14 years ago
Andreas Gal 595f00f82a measure load/compile/render times 14 years ago
Andreas Gal 97bb956ac9 measure load/compile/render times 14 years ago
Andreas Gal 02df7f8e58 clarify API a bit and hand in xref and resources to ease translation 14 years ago
Andreas Gal b5dcf986eb clarify API a bit and hand in xref and resources to ease translation 14 years ago
Andreas Gal cf4bca7813 completed async font loading framework 14 years ago
Andreas Gal 77bc59681e completed async font loading framework 14 years ago
Andreas Gal d94b3006a3 eagerly translate all fonts (a no-op currently) 14 years ago
Andreas Gal 0ef077c44c eagerly translate all fonts (a no-op currently) 14 years ago
Andreas Gal 662fab04ca pdf is using a dumb name, content makes much more sense than Contents 14 years ago
Andreas Gal fbb2f497fd pdf is using a dumb name, content makes much more sense than Contents 14 years ago
Andreas Gal d1b9e4054a cache results of compilation 14 years ago
Andreas Gal 5acb9a16de cache results of compilation 14 years ago
Andreas Gal e8ce0b361d eagerly compile XForm objects 14 years ago
Andreas Gal 7afaca2d35 eagerly compile XForm objects 14 years ago
Vivien Nicolas 3fbeeccb96 Forgot to turn off some debug flags 14 years ago
Vivien Nicolas 73350b1f46 Forgot to turn off some debug flags 14 years ago
Vivien Nicolas 78e36888fd Add Encodings.js and change the code to generate a CharSet per font, this will allow future changes to the OpenType font generator 14 years ago
Vivien Nicolas f7e90f569c Add Encodings.js and change the code to generate a CharSet per font, this will allow future changes to the OpenType font generator 14 years ago
Andreas Gal e7d6b47099 return ready-to-run closure from compile that captures its objpool 14 years ago
Andreas Gal aecc4ebbb7 return ready-to-run closure from compile that captures its objpool 14 years ago
Vivien Nicolas 32118c5650 Add a basic support for TrueType (generate fonts with OS/2 table) 14 years ago
Vivien Nicolas 1dcd42b66c Add a basic support for TrueType (generate fonts with OS/2 table) 14 years ago
Andreas Gal 7a0ba61a2a compile PDF command streams into JS code 14 years ago