notmasteryet
7d64d3168f
Revert int16 clamping for horizontal metrics
14 years ago
notmasteryet
9234c315d5
Fix the unicode symbols on the text layer
14 years ago
notmasteryet
fe02078c9d
Fixing missing text ( #886 )
14 years ago
notmasteryet
b8a5d6b8a7
Use unicode mapping cmap when simple identity cmap was originally used
14 years ago
Julian Viereck
cf7d4503d6
Address review comments: Introduce new CanvasGraphics.putBinaryImageData and make sure feature detection work always
14 years ago
notmasteryet
3ea81bf0a6
( #867 ) Set Type3 font encoding; enable text selection testing
14 years ago
notmasteryet
bb6e5c6e00
( #840 ) fix font stretching and overlapping characters encoding
14 years ago
notmasteryet
0414c0711f
Fixing base encoding presence detection; character width scale
14 years ago
notmasteryet
683a8f0de8
Remove indexOf, using reverse map instead
14 years ago
notmasteryet
88310a09c2
Removing refreshToUnicode
14 years ago
notmasteryet
e4e864766d
Fix CIDFontType2 large cmap tables
14 years ago
notmasteryet
08e3fd88ad
Removing adaptUnicode; making cmap equal to ToUnicode tables
14 years ago
notmasteryet
709dc1a0c9
Initial ToUnicode modifications
14 years ago
Artur Adib
9ebec03ddc
Implemented selection for showText()
14 years ago
Artur Adib
7d38d7f062
Missing var
14 years ago
Artur Adib
ddf77cda6b
Using ii convention
14 years ago
Artur Adib
c8c5b4f8ea
First iteration, tracemonkey/ecma262 working
14 years ago
Ionuț G. Stan
090b4d6647
Fix same origin policy issue when adding @font-face rules
...
If the first stylesheet in the document is located on an external domain, then
trying to access the `cssRules` property of that `CSSStyleSheet` object will
result in a Security error being thrown in Firefox. In Safari, `cssRules` will
be null, which causes a null pointer exception in the `styleSheet.cssRules.length`
expression.
14 years ago
notmasteryet
5d347b0ddb
removing differences from the cmap
14 years ago
notmasteryet
aaad824f77
Fixing duplicates in cmap
14 years ago
notmasteryet
a1d2c1c6d3
Fix Type1 width; TrueType special characters
14 years ago
notmasteryet
343e174951
Change cmap encoding for Type 1
14 years ago
notmasteryet
38372ee2f2
TrueType encoding for files without font data
14 years ago
notmasteryet
7f038536fb
Migration of the 'encoding-1' branch (ref #674 )
14 years ago
Kalervo Kujala
7e6a589074
Fix js strict warning in worker.js.
...
Also fix a few minor nits.
14 years ago
Artur Adib
e71b6188c6
'use strict' everywhere
14 years ago
Artur Adib
8fbb05613e
Progress
14 years ago
Artur Adib
a7278b7fbc
Splitting files
14 years ago
Kalervo Kujala
e72216649a
Fix strict js wanings.
14 years ago
=
65ea07a3a2
Initial merge of master.
14 years ago
Vivien Nicolas
b8a5b76db5
Fix a spacing issue
14 years ago
Vivien Nicolas
e347ad03d9
Fix a small broking mistake in fonts.js
14 years ago
Vivien Nicolas
674d6a7d18
Fix warnings in strict mode
14 years ago
notmasteryet
01f026ce14
Fixing duplicate charstring selection
14 years ago
notmasteryet
53cfe2792b
Fixing #650 regression
14 years ago
notmasteryet
5ec177d88e
Nit: Rename 's' by 'charcode'
14 years ago
notmasteryet
07aa691fe0
Fixing invalid CFF DICT entry ( #621 )
14 years ago
notmasteryet
e745114a5e
Making the normalized name same in pdf.js and fonts.js
14 years ago
notmasteryet
66074c08eb
returning vstem3 and hstem3
14 years ago
notmasteryet
1f532e6edb
Long line fix
14 years ago
notmasteryet
04e467793b
Fixing standard font name resolution ( #649 )
14 years ago
notmasteryet
25f6431607
Cleaning up flex stuff
14 years ago
notmasteryet
2c09fed17c
Implement type2 flex
14 years ago
notmasteryet
030b498b6a
1 instead of 0
14 years ago
notmasteryet
8241733a20
Getting addition encoding information for cmap from the CFF data ( #641 )
14 years ago
notmasteryet
1444a7e794
Making Type 2 font sanitazable ( #631 )
14 years ago
Julian Viereck
20a348fc0c
Fix lint errors
14 years ago
Julian Viereck
a6180830f8
Fix hello world example
14 years ago
Julian Viereck
90e2546ea3
Process fonts on main thread again - font handling works again
14 years ago
Julian Viereck
75884a6160
Hack something up that renders font right again
14 years ago