mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Encoding for standard fonts; symbols encoding
This commit is contained in:
parent
52b67e7850
commit
d58dac0fd3
2 changed files with 79 additions and 33 deletions
3
fonts.js
3
fonts.js
|
@ -404,9 +404,6 @@ var Font = (function Font() {
|
|||
(fontName.indexOf('Italic') != -1);
|
||||
this.loadedName = fontName.split('-')[0];
|
||||
this.loading = false;
|
||||
this.charsToUnicode = function(s) {
|
||||
return s;
|
||||
};
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue