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 |
notmasteryet
|
0c8f0cd6c2
|
Fixing PDF bad structure and 'fi' ligature
|
14 years ago |
notmasteryet
|
ecf0dd5bbb
|
Fixing #599
|
14 years ago |
Julian Viereck
|
d7521f758a
|
Merge font and processor working into one worker and fix some bugs in font-loading-data-ready code
|
14 years ago |
Adil Allawi
|
535dc8cd7b
|
Remap all glyphs to Unicode Private Use Area if it is possible otherwise only remap minimum problematic glyphs
|
14 years ago |
Adil Allawi
|
3645ebe42c
|
Only offset glyphs that can fit into the private use area
|
14 years ago |
Adil Allawi
|
118668cb53
|
Fix regression caused by pull request #491. Glyphs in positions that match complex scripts or special characters can be messed up by the browser when drawn to the canvas. Limit to fonts with a small to medium sized glyph set.
|
14 years ago |
=
|
5f81017726
|
#502 Adding basic Type3 font support.
|
14 years ago |
Julian Viereck
|
e9b6ffbaf6
|
Kill global objects
|
14 years ago |
Julian Viereck
|
b69c6cba6e
|
Remove $ from property names.
|
14 years ago |
Julian Viereck
|
0e8952681b
|
Add missing resolve for font obj and make sure image objs ids are strings as well
|
14 years ago |
Julian Viereck
|
e6bd3d8105
|
Backup
|
14 years ago |
notmasteryet
|
cd63fce80b
|
Moving CID-2 hack in fixWidths
|
14 years ago |
notmasteryet
|
cbfbd93e7a
|
small fixes: index and formatting
|
14 years ago |
notmasteryet
|
6403c91cbb
|
Fixes the special char codes... and unpack fix
|
14 years ago |
notmasteryet
|
ab391c318d
|
Moving CID-0 encoding hack to fonts.js
|
14 years ago |
notmasteryet
|
66cd79f308
|
Initial CID0 font encodings
|
14 years ago |
Kalervo Kujala
|
800fc131b8
|
Use lowercase in function names.
This alleviates the confusion which functions can be instantiated with new.
|
14 years ago |
Kalervo Kujala
|
9b14e80fd5
|
Use lowercase properly in function names.
|
14 years ago |
Kalervo Kujala
|
481f242b5a
|
Fix lint warnings.
|
14 years ago |
Kalervo Kujala
|
0d5efbe9fe
|
Name anonymous functions for debugging purposes.
It also makes profiling more convenient.
|
14 years ago |