|
|
|
@ -648,8 +648,7 @@ var Font = (function Font() {
@@ -648,8 +648,7 @@ var Font = (function Font() {
|
|
|
|
|
var firstCharIndex = null; |
|
|
|
|
var lastCharIndex = 0; |
|
|
|
|
|
|
|
|
|
for (var i = 1; i < charset.length; i++) { |
|
|
|
|
var code = GlyphsUnicode[charset[i]]; |
|
|
|
|
for (var i = 1; i < charset.length; i++) {var code = GlyphsUnicode[charset[i]]; |
|
|
|
|
if (firstCharIndex > code || !firstCharIndex) |
|
|
|
|
firstCharIndex = code; |
|
|
|
|
if (lastCharIndex < code) |
|
|
|
|