mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Resolve the char->glyphs mapping issue
This commit is contained in:
parent
a57b53b3b3
commit
c9e0b05678
3 changed files with 21 additions and 15 deletions
|
@ -31,7 +31,7 @@ var fontCount = 0;
|
|||
var Fonts = {
|
||||
_active: null,
|
||||
get active() {
|
||||
return this._active || { encoding: {} };
|
||||
return this._active || { encoding: [] };
|
||||
},
|
||||
|
||||
set active(aName) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue