// Glyph is OK, we keep the CID.
this.fontContainer.markCIDAsValid(cid);
}
else
{
GlyphException glyphEx = new GlyphException(ERROR_FONTS_METRICS, cid,
"The character with CID\"" + cid + "\" should have a width equals to " + width);
this.fontContainer.markCIDAsInvalid(cid, glyphEx);
}
}
catch (ContentStreamException e)