glyph.horizAdvX = GLYPH_WIDTH[i];
try {
glyph.path = parsers.parsePath(GLYPH_PATHDATA[i], GLYPH_PATHDATA[i].length, true);
} catch (Exception e) {
}
font.glyphs.put(new TinyNumber(glyph.unicode), glyph);
}
/* Add the font to the font table. */
return font;
}