473474475476477478479480481482483
} private Glyph getGlyph(int index) { Glyph glyph = null; GlyphDescription desc = glyf.getDescription(index); if (desc != null) glyph = new Glyph(glyf.getDescription(index), hmtx.getLeftSideBearing(index), hmtx.getAdvanceWidth(index)); return glyph;