5 Commits (8c2804145c336ec6e799b6e7adc119389b4acd82)

Author SHA1 Message Date
Andreas Gal cdb8788865 nits 14 years ago
Vivien Nicolas 07ca9bfec5 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 f32dfa9414 Fix sending image data to main thread 14 years ago
Chris Jones 92fa629d10 use strict mode and fix violators 14 years ago
Vivien Nicolas e62bd48a9e Use strict mode for js files 14 years ago
Andreas Gal 22efbb3af3 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 4bd3308b78 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 d565193cbd 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 32118c5650 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 0ebd3cdf93 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 b0ee046b31 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