Commit Graph

261 Commits

Author SHA1 Message Date
Vivien Nicolas
763bd7059a Fix a warning when the destination link point to nothing 2011-08-31 14:17:57 +02:00
Vivien Nicolas
19c6cef7cc Address review comments of #409 2011-08-31 13:42:10 +02:00
Vivien Nicolas
8145c00215 Fix another regression on pdf.pdf#5 2011-08-31 02:18:13 +02:00
Vivien Nicolas
ec1a8e98cf Fix PDF reference regression 2011-08-31 01:48:56 +02:00
Vivien Nicolas
3fd2f42a50 Lie to the sanitizer about the real nature of Type1C font 2011-08-31 01:23:55 +02:00
Vivien Nicolas
76f6398e47 Fix some strict warnings 2011-08-31 00:37:39 +02:00
Vivien Nicolas
f6e14010f1 Fix regression mapping from gid to glyph from the last commit 2011-08-31 00:12:00 +02:00
Vivien Nicolas
395a46c85e Support Type1C built-in encoding - part1 2011-08-30 19:52:24 +02:00
Vivien Nicolas
55d04c0cd9 Adjust precision to have correct widths for arial tests documents 2011-08-30 04:00:03 +02:00
Vivien Nicolas
341de1ff42 Clean up encoding parsing 2011-08-30 02:34:35 +02:00
Vivien Nicolas
6a7b37ab68 Fix a little typo 2011-08-30 01:03:39 +02:00
Vivien Nicolas
e58b076eab Fix a little typo 2011-08-30 00:59:37 +02:00
Vivien Nicolas
b4f3ceef85 Merge remote branch 'upstream/master' 2011-08-30 00:56:20 +02:00
Vivien Nicolas
95ccb38283 Clean up a bit the encoding/charset/glyphs dance 2011-08-30 00:56:02 +02:00
notmasteryet
39894f98b2 Fixing iframe's parent for postMessage in the font loading hack 2011-08-27 13:14:51 -05:00
Kalervo Kujala
edd92c9db2 Fix gjslint errors. 2011-08-26 23:55:14 +03:00
Vivien Nicolas
57b3d28f8f Merge remote branch 'upstream/master' 2011-08-26 17:19:53 +02:00
Vivien Nicolas
4a320705c0 Fix wrong dict data offset when there is many charstrings 2011-08-26 17:18:18 +02:00
Vivien Nicolas
1cf4fc8782 If the glyph is not indexed, ignore it completely in getOrderedCharstrings 2011-08-26 15:30:26 +02:00
Vivien Nicolas
9ce69f94a6 Fix lying sfnt header for some CFF font that pretend to be TrueType and fix unknown unicode glyphs when building from Type1 2011-08-26 14:21:25 +02:00
Kalervo Kujala
092235a56f Fix lint errors. 2011-08-25 20:20:19 +03:00
Vivien Nicolas
93437352d0 Move splice() after the width assigment 2011-08-25 02:56:03 +02:00
Vivien Nicolas
3f16be334e Add built-in encoding for Type1 if there is no encoding built yet (fix some missing chars in pypy.pdf page 7) 2011-08-25 02:29:22 +02:00
Vivien Nicolas
6460ffcd25 Remove div arguments once used for lsb 2011-08-24 17:26:14 +02:00
Vivien Nicolas
f48ab3cfd1 Support lsb div format 2011-08-24 17:18:56 +02:00
notmasteryet
d58dac0fd3 Encoding for standard fonts; symbols encoding 2011-08-22 22:50:17 -05:00
Kalervo Kujala
8ffbf683b8 Add more debug data to error-logs.
Fix also a few gjslint errors.
2011-08-22 22:30:22 +03:00
Adil Allawi
eefaa0153f Offset glyphs to the unicode private use area 2011-08-20 09:31:19 +01:00
Chris Jones
5d071fffcd Merge pull request #339 from ironymark/master
Fix Type 2 CID Font Encoding
2011-08-19 20:29:32 -07:00
Adil Allawi
98d628ee3e make cmap glyph offset a symbolic constant 2011-08-19 21:51:57 +01:00
sbarman
2805122023 cleanup 2011-08-19 08:19:32 -07:00
Adil Allawi
5a528944f0 Change the way Type 2 CID fonts are encoded. Move the cmap glyphs above the first 255 unicode values so that fillText does not change them and create an encoding to map characters to the glyphs. 2011-08-19 14:05:07 +01:00
sbarman
5f233d7cde cleanup 2011-08-18 22:05:08 -07:00
sbarman
08521e5018 Merge branch 'master' into openmag 2011-08-18 21:57:08 -07:00
sbarman
085f8dc1c9 cleanup 2011-08-18 20:40:16 -07:00
sbarman
b1aab2f730 Fixed fonts to use strings instead of Uint8Arrays 2011-08-18 20:17:54 -07:00
sbarman
32bde23157 cleanup 2011-08-18 13:53:26 -07:00
sbarman
c9f9b8b193 working font 2011-08-18 13:53:26 -07:00
sbarman
8acc31ec83 Still testing type1 charstring conversion 2011-08-18 13:53:26 -07:00
sbarman
04b14f7b8a fixed reading from sream 2011-08-18 13:53:26 -07:00
sbarman
7d5dcb5d43 added ability to write data to file 2011-08-18 13:53:25 -07:00
sbarman
5b359f1c1e still mucking with subroutines 2011-08-18 13:53:25 -07:00
sbarman
bf9092b660 working on subroutines 2011-08-18 13:53:25 -07:00
sbarman
60127b0830 increased size of loaded font 2011-08-18 11:28:37 -07:00
sbarman
a24ec410ee cleanup 2011-08-17 16:04:14 -07:00
sbarman
8ff8a92244 Revert "Merge branch 'writeToFile' into hmm"
This reverts commit 9b91fca347, reversing
changes made to c592d5ed3b.
2011-08-17 16:00:54 -07:00
sbarman
bd567fc322 working font 2011-08-17 15:55:09 -07:00
sbarman
9f615036d9 Still testing type1 charstring conversion 2011-08-16 16:14:29 -07:00
sbarman
9b91fca347 Merge branch 'writeToFile' into hmm 2011-08-16 14:49:17 -07:00
sbarman
c592d5ed3b still mucking with subroutines 2011-08-16 14:49:12 -07:00