437438439440441442443444445
GlyphDescription glyph = this.labelToMetric.get(label); if (glyph != null) { return glyph.getGlyphWidth(); } throw new GlyphException(ValidationConstants.ERROR_FONTS_GLYPH_MISSING, cid, "Missing glyph for the CID " + cid); }