Commit Graph

1510 Commits

Author SHA1 Message Date
Adil Allawi
0906cc8c94 Bump up the max font file size. Composite fonts can be larger than simple fonts. Once we support Japanese we will need to reconsider how this is done as a large Japanese font may be up to 30Mb in size. 2011-07-13 09:38:39 +01:00
Adil Allawi
36763e8e82 Fully support truetype composite fonts, clean up 2011-07-13 09:31:34 +01:00
Adil Allawi
926e4f1130 Revert "Ignore Aptana project files"
This reverts commit ea2d651709.
2011-07-12 04:03:12 +01:00
Adil Allawi
5fb0e66e62 Merge remote-tracking branch 'upstream/master' into CIDFont 2011-07-12 04:01:48 +01:00
Adil Allawi
6b6e97dff6 cleanup, added new flag to the font properties called compositeFont. If true, the encoding and ShowText strings must be multi-byte 2011-07-12 03:58:09 +01:00
sbarman
9701f8d376 Merge pull request #250 from sbarman/shading
interpolated functions
2011-07-11 16:46:23 -07:00
sbarman
82f40dd2e5 cleanup 2011-07-11 16:44:58 -07:00
sbarman
dc913b989d interpolated functions 2011-07-11 14:09:16 -07:00
sbarman
24e6fdbf97 Merge pull request #249 from sbarman/shading
Cleaned up shading colorspace code
2011-07-11 13:19:10 -07:00
sbarman
e95512e7cf cleanup 2011-07-11 13:14:47 -07:00
sbarman
6f74406a2c added missing restore 2011-07-11 10:29:22 -07:00
Adil Allawi
9b3b49547a Add test files with CID fonts 2011-07-11 17:55:03 +01:00
sbarman
53511decbb cleanup 2011-07-11 09:54:02 -07:00
Adil Allawi
7b8542c6a7 Second pass CIDFont support - make Arial Unicode in OpenOffice PDF
- supports PDF fonts with CIDtoGIDMap and no cmap
2011-07-11 17:41:55 +01:00
Adil Allawi
ea2d651709 Ignore Aptana project files
Ignore test file directory
2011-07-11 17:41:55 +01:00
Adil Allawi
b17a666343 First pass CIDFont - stop CID fonts breaking PDF rendering 2011-07-11 17:41:55 +01:00
sbarman
4861a9175d Merge branch 'master' into shading
Conflicts:
	pdf.js
2011-07-11 09:25:22 -07:00
sbarman
07f8145165 cleanup 2011-07-11 09:23:30 -07:00
Vivien Nicolas
068bfa0bfe Merge with upstream 2011-07-11 13:49:26 +02:00
Andreas Gal
2a1fd975ff Merge pull request #248 from cgjones/workers
#123, part 2: move more PDF-page rendering stuff into pdf.js
2011-07-11 01:04:43 -07:00
Chris Jones
452ba3d85b #123, part 2: move more PDF-page rendering stuff into pdf.js 2011-07-10 23:21:13 -07:00
Andreas Gal
47c29974c4 Merge pull request #241 from cgjones/workers
#123, part 1: create PartialEvaluator
2011-07-10 15:02:46 -07:00
Andreas Gal
f936c30e08 Merge pull request #247 from notmasteryet/tt-head-issue
Clearing font checksum adjustment field
2011-07-10 14:52:16 -07:00
notmasteryet
9b69997046 Clearing font checksum adjustment field 2011-07-10 16:47:09 -05:00
Andreas Gal
1328a25ddd Merge pull request #245 from notmasteryet/tree-2
Removing last const and extending shadow()'s defineProperty arguments
2011-07-10 12:16:00 -07:00
Andreas Gal
c1838bde7f Merge pull request #244 from sayrer/master
fix exception throwing syntax
2011-07-10 12:14:10 -07:00
notmasteryet
f541c4cd37 Removing const and extending shadow() arguments 2011-07-10 13:48:05 -05:00
Rob Sayre
e7e8e4f6c9 Fix wrong exception throwing syntax. 2011-07-10 07:54:19 -07:00
Andreas Gal
6ef9e77b8a Merge pull request #232 from notmasteryet/cff-issues2
CFF issues: cmap length, PS-name removal, Private Dictionary
2011-07-10 02:01:08 -07:00
Andreas Gal
d4e1613675 Merge pull request #242 from justindarc/master
Refactored toolbar buttons to use CSS
2011-07-10 01:51:58 -07:00
Justin D'Arcangelo
29fac5b352 Refactored toolbar buttons to use CSS with an icon image instead of just images. 2011-07-10 04:46:12 -04:00
Andreas Gal
77fe66d64f Merge pull request #239 from cgjones/issue-236
return a dummy fill style for NYI shading
2011-07-10 00:28:01 -07:00
Andreas Gal
5e2b3ffb75 Merge pull request #234 from cgjones/issue-231
work around #233 so that tests stop failing for the moment
2011-07-09 23:39:24 -07:00
Andreas Gal
36beb81fc8 Merge pull request #240 from cgjones/issue-237
set up dummy functions for NYIs
2011-07-09 23:39:01 -07:00
Chris Jones
03212b3cc0 set up dummy functions for NYIs 2011-07-09 23:38:04 -07:00
Chris Jones
56b1f3b333 return a dummy fill style for NYI shading 2011-07-09 23:30:16 -07:00
Andreas Gal
aaf0cbdb53 Merge pull request #238 from cgjones/issue-235
fix paths for browser-tests target
2011-07-09 23:28:19 -07:00
Chris Jones
fe9098278d fix paths for browser-tests target 2011-07-09 23:16:04 -07:00
Chris Jones
7f9c9f5ba2 work around #233 so that tests stop failing for the moment 2011-07-09 22:12:42 -07:00
Chris Jones
671dd3b0e8 back out bad font measurement changes 2011-07-09 21:43:28 -07:00
Chris Jones
db9b0b1d66 back out bad font measurement changes 2011-07-09 21:43:12 -07:00
notmasteryet
75758ffec5 Merge branch 'master' of https://github.com/andreasgal/pdf.js.git into cff-issues2 2011-07-09 23:30:40 -05:00
Chris Jones
7974d8264b #123, part 1: create PartialEvaluator 2011-07-09 21:29:35 -07:00
notmasteryet
37315af515 fix 'private' keyword 2011-07-09 23:24:24 -05:00
notmasteryet
67f133dea7 CFF/OTF font and sanitizer friendly fixes 2011-07-09 23:12:11 -05:00
sbarman
d38a5488d4 fix to colorspaces 2011-07-09 16:58:25 -07:00
Chris Jones
fb9b8b6417 Merge pull request #226 from andreasgal/staging
simplify font measurement code, bug is now fixed in nightlies, no need to
2011-07-09 16:51:04 -07:00
Andreas Gal
a5237dd60e address review comment 2011-07-09 16:45:23 -07:00
Andreas Gal
adb619941c simplify font measurement code, bug is now fixed in nightlies, no need to hack around it 2011-07-08 19:28:24 -07:00
Andreas Gal
f2a4756c77 backout font measurement change, it is breaking tests 2011-07-08 18:51:20 -07:00