num_fonts = 0;
id2font = new GHash();
SplashColor white = {255,255,255};
- splash = new SplashOutputDev(splashModeRGB8,320,0,white,0,0);
- splash->startDoc(xref);
+ //splash = new SplashOutputDev(splashModeRGB8,320,0,white,0,0);
+ //splash->startDoc(xref);
}
InfoOutputDev::~InfoOutputDev()
{
}
currentfont = info;
- splash->doUpdateFont(state);
- SplashFont* splash_font = splash->font;
+ //splash->doUpdateFont(state);
+ //SplashFont* splash_font = splash->getCurrentFont();
+
//printf("%s: %d chars\n", id, splash_font->getNumChars());
}