From: kramm Date: Sun, 6 Mar 2005 20:20:27 +0000 (+0000) Subject: fixed Type0C handling. X-Git-Tag: release-0-7-0~170 X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=425116762bb167de8d1d391228fcac5e5dfa19ad;hp=9c8a4b1178136bdaa474be750c798651d508eef7;p=swftools.git fixed Type0C handling. --- diff --git a/pdf2swf/SWFOutputDev.cc b/pdf2swf/SWFOutputDev.cc index ad47eac..f92e95c 100644 --- a/pdf2swf/SWFOutputDev.cc +++ b/pdf2swf/SWFOutputDev.cc @@ -1279,8 +1279,7 @@ char*SWFOutputDev::writeEmbeddedFontToFile(XRef*ref, GfxFont*font) msg(" Collection: %s", c.getCString()); }*/ - if (font->getType() == fontType1C || - font->getType() == fontCIDType0C) { + if (font->getType() == fontType1C) { if (!(fontBuf = font->readEmbFontFile(xref, &fontLen))) { fclose(f); msg(" Couldn't read embedded font file");