1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-20 15:18:08 +02:00

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.

This commit is contained in:
Adil Allawi 2011-08-19 14:04:34 +01:00
parent 170871bbfa
commit 5a528944f0
4 changed files with 616 additions and 39 deletions

File diff suppressed because one or more lines are too long

View file

@ -64,6 +64,11 @@
"rounds": 1,
"type": "load"
},
{ "id": "complexttffont-pdf",
"file": "pdfs/complex_ttf_font.pdf",
"rounds": 1,
"type": "load"
},
{ "id": "i9-pdf",
"file": "pdfs/i9.pdf",
"link": true,