]> www.fi.muni.cz Git - evince.git/blobdiff - pdf/xpdf/PSOutputDev.h
embryonic PDF viewer as a Bonobo container...
[evince.git] / pdf / xpdf / PSOutputDev.h
index aa991fa650bcc2d322bb6f50e59aae0c5a3f7646..603cc08afcac4d6ec58f104ab48c9c5810740c13 100644 (file)
@@ -124,8 +124,9 @@ private:
 
   void setupFonts(Dict *resDict);
   void setupFont(GfxFont *font);
-  void setupEmbeddedFont(Ref *id);
-  void setupEmbeddedFont(char *fileName);
+  void setupEmbeddedType1Font(Ref *id);
+  void setupEmbeddedType1Font(char *fileName);
+  void setupEmbeddedType1CFont(GfxFont *font, Ref *id);
   void doPath(GfxPath *path);
   void doImageL1(GfxImageColorMap *colorMap,
                 GBool invert, GBool inlineImg,