Yury Delendik
|
13c430c6e1
|
Using CMYK SWOP colors
|
13 years ago |
waddlesplash
|
c111154979
|
Support 'GoToR' links.
Fix tabs.
Make changes as per @yurydelendik's request.
Forgot to remove 'TODO' comment.
Support 'GoToR'-type links.
|
13 years ago |
waddlesplash
|
1ed1de10a5
|
More descriptive link types warning.
|
13 years ago |
Yury Delendik
|
ab058dbe75
|
Fixes text clipping
|
13 years ago |
Yury Delendik
|
8c3a82ff4d
|
Falls back to ErrorFont when font object is not available or corrupted
|
13 years ago |
Yury Delendik
|
b09f0ccbaa
|
Adds Type1 sbw command support for horizontal fonts
|
13 years ago |
Yury Delendik
|
b6ad7fd103
|
Defines at least one glyph if none was found
|
13 years ago |
Yury Delendik
|
c129ecea8a
|
Partially reverts #2239 due to reftest fails
|
13 years ago |
Yury Delendik
|
3ed6db69d0
|
Reducing parameter of Mac->Win heuristic
|
13 years ago |
Yury Delendik
|
31b5f566d6
|
Fixes reading CFF with two .notdef in charset
|
13 years ago |
Yury Delendik
|
7ea87c875e
|
Fixes cmap when 0xFFFF character is included
|
13 years ago |
Yury Delendik
|
e4c8121ed4
|
Suppresses useless for PDF rendering font tables
|
13 years ago |
Yury Delendik
|
62b2c5a030
|
Stops font processing when valid glyphs are absent in the font
|
13 years ago |
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
|
ee133197ee
|
Removes PutBinaryImageData compatibility check (re:bug 762657)
|
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
parts in viewer.js work again.
|
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.
Warns on case when we don't handle radial gradients correctly.
Fixes chrome extend gradients.
|
13 years ago |