173 Commits (0090b2e696c078aa98f44d68091a8877c01a5c3a)

Author SHA1 Message Date
sbarman 0090b2e696 added support for index, dictionary in cff 14 years ago
Adil Allawi 06986bb15f nits, picked 14 years ago
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. 14 years ago
Adil Allawi 36763e8e82 Fully support truetype composite fonts, clean up 14 years ago
Adil Allawi 6b6e97dff6 cleanup, added new flag to the font properties called compositeFont. If true, the encoding and ShowText strings must be multi-byte 14 years ago
Adil Allawi 7b8542c6a7 Second pass CIDFont support - make Arial Unicode in OpenOffice PDF 14 years ago
notmasteryet 9b69997046 Clearing font checksum adjustment field 14 years ago
Chris Jones 7f9c9f5ba2 work around #233 so that tests stop failing for the moment 14 years ago
Chris Jones 671dd3b0e8 back out bad font measurement changes 14 years ago
notmasteryet 37315af515 fix 'private' keyword 14 years ago
notmasteryet 67f133dea7 CFF/OTF font and sanitizer friendly fixes 14 years ago
Andreas Gal adb619941c simplify font measurement code, bug is now fixed in nightlies, no need to hack around it 14 years ago
Andreas Gal f2a4756c77 backout font measurement change, it is breaking tests 14 years ago
Andreas Gal 5bf4fcba9b properly fix font loading, shaon's code didn't work after all 14 years ago
sbarman c06c14a72a fix to font loading code 14 years ago
Andreas Gal 4a7fe7cb5d move text measurement into Font 14 years ago
Andreas Gal 0b6c0db931 move unicode translation cache into Font 14 years ago
Andreas Gal f6eb9cecd3 avoid font lookup by id in showText 14 years ago
sbarman 7b659fd605 fixed case when font cannot be found 14 years ago
sbarman 4404871212 fixed font loading bug 14 years ago
Andreas Gal 7fb940c4ba revert a couple changes from the last merge 14 years ago
sbarman 619a521678 minor fix 14 years ago
sbarman c39eae3ce9 fixed up minor bugs 14 years ago
sbarman 8ac2367fa0 not refer fonts by name, instead use id 14 years ago
Saebekassebil dc9316db2d Better debug at glyphs 14 years ago
Andreas Gal 6eaad13132 remove fontCount/fontName/kDisableFonts debug hacks and fix bug in font loading 14 years ago
Andreas Gal 3557bae461 temporary revert a change in the font code to make mac fonts work again 14 years ago
notmasteryet 70164163de fixing CFF things to pass FontValidator 14 years ago
Rob Sayre f5a3587dde Almost passing gjslint. 14 years ago
Chris Jones 2dc1ff98ac built-in fonts are not cached 14 years ago
Chris Jones 122d168b51 fix some bugs 14 years ago
Chris Jones fe09c1852c handle font names with comments (fix fix of hack hack) 14 years ago
Vivien Nicolas ac5db21fb1 Let Chrome (and others?) show TrueType fonts 14 years ago
Vivien Nicolas cdff127eef Let Chrome (and others?) handle Type1 Fonts (TrueType not working yet) 14 years ago
Vivien Nicolas f58983f4e5 Clean up Fonts.convert() 14 years ago
Vivien Nicolas d28c0cb41e Get rid of FontsUtils 14 years ago
Chris Jones 818f79986b work around chrome bug, and work around ff5 bug in the workaround 14 years ago
Chris Jones 6397774fb5 fix bad merge 14 years ago
Vivien Nicolas a600a3d2ce Fix bustage while merging 14 years ago
Vivien Nicolas 3e78538c1c Remove cmap format 100, fixes some nits to merge with upstream 14 years ago
Vivien Nicolas 3726686d22 Add a format100 table for Mac 14 years ago
Vivien Nicolas 3dcf65d9df Fix a small issue in the waiting for font to load code 14 years ago
Vivien Nicolas d10cf7c929 Reland commit 442d184 but make it works with uncompressed PDF 14 years ago
notmasteryet a82536881d Compatibility hacks for IE, Opera, Safari 14 years ago
Vivien Nicolas 63e4f0293f Add support for stemHW/stemVW/stemSnapH/stemSnapV 14 years ago
Vivien Nicolas e13164eca6 Read the text matrix from the Type1 font ascii header 14 years ago
Vivien Nicolas ae2d130f40 Improve the extractInfo code to be more robust 14 years ago
Vivien Nicolas dae18a2710 Use strings instead of arrays in CFF.wrap 14 years ago
Vivien Nicolas db30cc6de1 Start converting CFF class to use strings instead of arrays 14 years ago
Vivien Nicolas 5cbc6875b3 Open the CFF class road for Type1C font 14 years ago