805 Commits (83a236484b2d1ca1c36a13c3729bc66ec0ac4dd3)

Author SHA1 Message Date
Clement Skau 5edd6d253f Fixes Viewport rotation above 360 13 years ago
Yury Delendik b5f952a63a Fixes font debugger; text builder api refactoring 13 years ago
Yury Delendik bc19b5581e Removes usage of print as log 13 years ago
Julian Viereck 47809fe316 Address yury's review comments 13 years ago
Julian Viereck 658c6936fc Tune whitespace insertion 13 years ago
Brendan Dahl 739ee47865 Use Blob constructor when available instead of deprecated MozBlobBuilder. 13 years ago
Julian Viereck f1e0edbaa9 Address Yurys review comments 13 years ago
Adil Allawi 5bc2934014 Handle normalization of Arabic Unicode Presentation Forms A to Arabic Unicode 13 years ago
Adil Allawi c04b4c1679 Handle normalization of Arabic Unicode Presentation Forms B to Arabic Unicode 13 years ago
Julian Viereck e48530d391 Fix AppendText after API changes 13 years ago
Julian Viereck a33ba145bf Don't compute the string for the TextLayer in the canvas backend anymore and change the syntax of appendText 13 years ago
Julian Viereck 3d0e6da2ff Move some more font conversion into loadFont function to make type3 fonts work for now 13 years ago
Julian Viereck 36d358fff8 Don't use shadow() for spaceWidth as otherwise sendering the font over to the mainthread causes issues if the worker used the property and the main thread tries to assign the spaceWidth to the getter function 13 years ago
Julian Viereck fdb6a013c9 Fix unitialized text/dirs array 13 years ago
Julian Viereck a525492f65 Make lint happy 13 years ago
Julian Viereck 6bc2a0b84a Remove spaces that don't make sense when using the text in divs 13 years ago
Julian Viereck e22fc80d3e Add handling for gs in getTextContent 13 years ago
Julian Viereck bd4434a7ea Apply bidi algorithm to the text in the worker 13 years ago
Julian Viereck 8d6565d1a8 Change the format of the BidiResult object. 13 years ago
Julian Viereck 897b99500e Fix typos that prevent space insertion for showSpaced in getTextContent 13 years ago
Julian Viereck 7432e596a1 Improve the space detection for the getTextContent function 13 years ago
Julian Viereck 9b9de87ac4 Undo some changes for now until there is support for font.spacedWidth 13 years ago
Julian Viereck 3a8426e179 Fix typo in new return value of bidi function 13 years ago
Julian Viereck 83c499595c Change the PDFJS.bidi function calls slightly to avoid creating a seperate object to pass to PDF.JS bidi and just pass in a string 13 years ago
Julian Viereck 668c2867d4 Change the format of textContent to be an array 13 years ago
Julian Viereck a38c4bc729 Make getTextContent return offset array and improve the algorithm. Make 13 years ago
Yury Delendik 3d78ccd570 Renaming export to exportData 13 years ago
Julian Viereck 43f2db30b3 Fix current.x for type3 font word break 13 years ago
Yury Delendik 8d506212a8 Adds heuristic for monospace font detection 13 years ago
Saebekassebil c88924f411 Optimize metadata parsing 13 years ago
Yury Delendik ac7b6aeff4 Provides right fallback fonts for text layer 13 years ago
Yury Delendik 45741c33a5 Fixes RTL text extraction 13 years ago
Yury Delendik 38bb3b4880 Removing font loading hack from MOZCENTRAL 13 years ago
Yury Delendik e086cf36f4 Refactor text extraction / font loading logic 13 years ago
Yury Delendik 9fba150dd2 Move font translation to the worker 13 years ago
Brendan Dahl 164931d2fc Adds background support for gradient. 13 years ago
Yury Delendik 954ea97158 Removes unnecessary ctx.mozCurrentTransformInverse transforms 13 years ago
Kalervo Kujala 5f202e1596 Add initial TilingType support. 13 years ago
Brendan Dahl 76d877e48b Strip out license for bundled version. 13 years ago
Brendan Dahl 332ae4ce41 Change to the Apache v2 license. 13 years ago
Pimm Hogeling 080ab94a0d Lint syntax fixes. 13 years ago
Pimm Hogeling 0fbbc5a840 Syntax changed that will help minifiers/compilers (such as the Closure Compiler) in their processing. In particular, preventing said minifiers/compilers from making dangerous renames. 13 years ago
Pimm Hogeling 438e3c8f6d Fixes for subtile bugs that were introduced in 59283bdf6d and 99440ab691, among others. 13 years ago
Yury Delendik deedb0a911 Workaround for chrome's issue 145227 13 years ago
Yury Delendik 621686ca67 Fixes incorrect font type and prevents future this.objs.objs[fonts[i]] failures 13 years ago
Yury Delendik e32ecc44d3 Fixes CFF test and CFF int16 parsing 13 years ago
Yury Delendik 93f9efde39 Fixes ascent and descent values for windows gdi 13 years ago
Brendan Dahl d26ecff294 Reduce math for color key mask. 13 years ago
Yury Delendik 4550ffe14e Fixes fonts on linux 13 years ago
Brendan Dahl 19fa6a5260 Adds support for color key mask. 13 years ago