1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-29 07:37:57 +02:00

Initial CID0 font encodings

This commit is contained in:
notmasteryet 2011-09-28 19:54:40 -05:00
parent 575e0b9f89
commit 66cd79f308
7 changed files with 7037 additions and 60 deletions

View file

@ -443,6 +443,7 @@ var Font = (function Font() {
this.defaultWidth = properties.defaultWidth;
this.loadedName = fontName.split('-')[0];
this.composite = properties.composite;
this.loading = false;
return;
}