181 Commits (3cc9912acd970ed10593dd1e957ccb0d52c0985f)

Author SHA1 Message Date
Vivien Nicolas 3cc9912acd Add a simpler path for cmap format 0 to cmap format 4 14 years ago
Vivien Nicolas 776c10d4e6 Fix a regression on the application of the textMatrix extracted from a CFF font 14 years ago
Vivien Nicolas 913504a937 Remover leftover 14 years ago
Vivien Nicolas c6c72291d9 Do not rasterize below 14px 14 years ago
Vivien Nicolas 42653edf9a Add support for beginfbchar 14 years ago
Vivien Nicolas aea63a7051 Fix missing sidebearings from the hmtx table (see canvas.pdf) 14 years ago
Vivien Nicolas e2d808a60f Switch length versus offset mistake in readTableEntry 14 years ago
Vivien Nicolas b8fc365fff Fix the ranges duplication cleanup features 14 years ago
Vivien Nicolas 10e9694135 Support font with characters below 0x20 declared in format 1 cmap and be more general about the TrueType rewritting cases 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
Vivien Nicolas 2271f7df7f Fix some indentations issues 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 8738b72f30 Use int32 instead of int16 for checksums 14 years ago
Vivien Nicolas 9b1d6a5e25 Calculate the checksumAdjustement for the file 14 years ago
Vivien Nicolas 1037fdf2ad Fix a small issue with the 'name' table 14 years ago
Vivien Nicolas 17803049a9 Make 'cmap' declare the correct header size 14 years ago
Vivien Nicolas 688d7f28f8 Fix a few warnings 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