revert commit 2311c954f8
This commit is contained in:
parent
5625a667ff
commit
995c825cc5
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…
Reference in New Issue
Block a user