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:
parent
575e0b9f89
commit
66cd79f308
7 changed files with 7037 additions and 60 deletions
1
fonts.js
1
fonts.js
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue