refined some log messages.
authorkramm <kramm>
Fri, 20 Aug 2004 16:44:01 +0000 (16:44 +0000)
committerkramm <kramm>
Fri, 20 Aug 2004 16:44:01 +0000 (16:44 +0000)
pdf2swf/SWFOutputDev.cc

index 58fb1a2..d0c7002 100644 (file)
@@ -1205,7 +1205,7 @@ void SWFOutputDev::updateFont(GfxState *state)
     }
     if(!fileName) {
        char * fontname = getFontName(gfxFont);
-       msg("<warning> Font %s could not be loaded.", fontname);
+       msg("<warning> Font %s %scould not be loaded.", fontname, embedded?"":"(not embedded) ");
        msg("<warning> Try putting a TTF version of that font (named \"%s.ttf\") into /swftools/fonts", fontname);
        fileName = substituteFont(gfxFont, fontid);
     }