[poppler] poppler/glib: poppler-document.h,1.23,1.24

Albert Astals Cid aacid at kemper.freedesktop.org
Sat Apr 28 04:34:16 PDT 2007


Update of /cvs/poppler/poppler/glib
In directory kemper:/tmp/cvs-serv14903/glib

Modified Files:
	poppler-document.h 
Log Message:
        * glib/poppler-document.h:
        * poppler/FontInfo.h:
        * qt/poppler-qt.h:
        * qt4/src/poppler-qt4.h: GfxFontType changed, adapt enums of the
        frontends and helper classes. Forgot to do it before merging.


Index: poppler-document.h
===================================================================
RCS file: /cvs/poppler/poppler/glib/poppler-document.h,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- poppler-document.h	24 Feb 2007 23:32:22 -0000	1.23
+++ poppler-document.h	28 Apr 2007 11:34:14 -0000	1.24
@@ -57,11 +57,15 @@
   POPPLER_FONT_TYPE_UNKNOWN,
   POPPLER_FONT_TYPE_TYPE1,
   POPPLER_FONT_TYPE_TYPE1C,
+  POPPLER_FONT_TYPE_TYPE1COT,
   POPPLER_FONT_TYPE_TYPE3,
   POPPLER_FONT_TYPE_TRUETYPE,
+  POPPLER_FONT_TYPE_TRUETYPEOT,
   POPPLER_FONT_TYPE_CID_TYPE0,
   POPPLER_FONT_TYPE_CID_TYPE0C,
-  POPPLER_FONT_TYPE_CID_TYPE2
+  POPPLER_FONT_TYPE_CID_TYPE0COT,
+  POPPLER_FONT_TYPE_CID_TYPE2,
+  POPPLER_FONT_TYPE_CID_TYPE2OT
 } PopplerFontType;
 
 typedef enum /*< flags >*/



More information about the poppler mailing list