revert commit 2311c954f8b74297725bda9e90e3eabf79862193
This commit is contained in:
parent
2311c954f8
commit
4184414501
2
fonts.js
2
fonts.js
@ -40,7 +40,7 @@ var Fonts = {
|
||||
|
||||
unicodeFromCode: function fonts_unicodeFromCode(aCode) {
|
||||
var unicode = GlyphsUnicode[this.active.encoding[aCode]];
|
||||
return unicode ? unicode : aCode;
|
||||
return unicode ? "0x" + unicode : aCode;
|
||||
}
|
||||
};
|
||||
|
||||
|
8406
glyphlist.js
8406
glyphlist.js
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user