762 Commits (abc924b5afe643359ff32cc9276ae90f2e65c4ac)

Author SHA1 Message Date
Andreas Gal f317eae084 nits 14 years ago
Vivien Nicolas 07ca9bfec5 Start adding a FontLoader class to isolate the font-loaded hack 14 years ago
Vivien Nicolas 86f197daba Start adding a FontLoader class to isolate the font-loaded hack 14 years ago
Julian Viereck 4b27045d2e Ensure divs used to make fonts load are not visible 14 years ago
Julian Viereck 171ab51c56 Ensure divs used to make fonts load are not visible 14 years ago
Julian Viereck f32dfa9414 Fix sending image data to main thread 14 years ago
Julian Viereck 37ee56a705 Fix sending image data to main thread 14 years ago
Chris Jones 92fa629d10 use strict mode and fix violators 14 years ago
Chris Jones 23e19c08b1 use strict mode and fix violators 14 years ago
Vivien Nicolas e62bd48a9e Use strict mode for js files 14 years ago
Vivien Nicolas f4282f9802 Use strict mode for js files 14 years ago
Andreas Gal 22efbb3af3 rename test.html to viewer.html 14 years ago
Andreas Gal 3f5974da32 rename test.html to viewer.html 14 years ago
Vivien Nicolas 9eae948c2e Replace clearTimeout by clearInterval, otherwise we could end up drawing the page in an infinite loop 14 years ago
Vivien Nicolas 741191e372 Replace clearTimeout by clearInterval, otherwise we could end up drawing the page in an infinite loop 14 years ago
Vivien Nicolas 4bd3308b78 Do not assume charset is defined and move some fonts timing to the right place 14 years ago
Vivien Nicolas e475d03675 Do not assume charset is defined and move some fonts timing to the right place 14 years ago
Vivien Nicolas 3dbfde89a3 Resolve the char->glyphs mapping issue 14 years ago
Vivien Nicolas c9e0b05678 Resolve the char->glyphs mapping issue 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
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
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
Vivien Nicolas 363071aab9 Add XObjects fonts to the list of page fonts and has a forEach method to the Dict class 14 years ago
Vivien Nicolas bd2e756100 Add XObjects fonts to the list of page fonts and has a forEach method to the Dict class 14 years ago
Vivien Nicolas 0ebd3cdf93 Add support for ligatures, asterisks, etc. 14 years ago
Vivien Nicolas 4cae2df1e5 Add support for ligatures, asterisks, etc. 14 years ago
Vivien Nicolas 2692222152 Fix an issue with the setTimeout method used for waiting for fonts to load 14 years ago
Vivien Nicolas f802ad05b2 Fix an issue with the setTimeout method used for waiting for fonts to load 14 years ago
Vivien Nicolas b0ee046b31 Make the fonts decoding code works with asynchronous data url 14 years ago
Vivien Nicolas 375b383920 Make the fonts decoding code works with asynchronous data url 14 years ago
Vivien Nicolas c76e2c5114 Separate js and css from the test.html file 14 years ago