}
int charcounter = 0;
+int ciderror = 0;
void SWFOutputDev::drawChar(GfxState *state, double x, double y,
double dx, double dy,
double originX, double originY,
GfxFont*font = state->getFont();
Gfx8BitFont*font8;
if(font->isCIDFont()) {
- logf("<error> CID Font");
+ if(!ciderror)
+ logf("<error> Not drawing CID Font characters!");
+ ciderror++;
return;
}
if(font->getType() == fontType3) {