1
0
Fork 0
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:
notmasteryet 2011-08-22 22:50:17 -05:00
parent 52b67e7850
commit d58dac0fd3
2 changed files with 79 additions and 33 deletions

View file

@ -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;
}