//test if cid.jar present on first time needed and throw exception if not
if(!isCidJarPresent && CIDstream==null){
isCidJarPresent=true;
InputStream in=PdfFont.class.getResourceAsStream("/org/jpedal/res/cid/00_ReadMe.pdf");
if(in==null)
throw new PdfFontException("cid.jar not on classpath");
}
glyphs.setIsIdentity(false);
CMAP=new String[65536];