Merge from gal's master branch (got a regression on the mapping between char->glyph)
This commit is contained in:
commit
2e87e8ca83
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