mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Merge from gal's master branch (got a regression on the mapping between char->glyph)
This commit is contained in:
commit
a57b53b3b3
3 changed files with 530 additions and 216 deletions
|
@ -34,8 +34,8 @@ var Fonts = {
|
|||
return this._active || { encoding: {} };
|
||||
},
|
||||
|
||||
set active(aFontName) {
|
||||
this._active = this[aFontName];
|
||||
set active(aName) {
|
||||
this._active = this[aName];
|
||||
},
|
||||
|
||||
unicodeFromCode: function fonts_unicodeFromCode(aCode) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue