1
0
Fork 0
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:
Vivien Nicolas 2011-06-16 03:05:55 +02:00
commit a57b53b3b3
3 changed files with 530 additions and 216 deletions

View file

@ -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) {