{
/*
* There are no character description, we declare the Glyph as Invalid. If the character is used in a
* Stream, the GlyphDetail will throw an exception.
*/
GlyphException glyphEx = new GlyphException(ERROR_FONTS_METRICS, cid, "The CharProcs \"" + charName
+ "\" doesn't exist");
this.fontContainer.markCIDAsInvalid(cid, glyphEx);
}
return charStream;
}