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

Modified Files:
        poppler-qt.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-qt.h
===================================================================
RCS file: /cvs/poppler/poppler/qt/poppler-qt.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- poppler-qt.h        26 Jul 2006 18:16:01 -0000      1.21
+++ poppler-qt.h        28 Apr 2007 11:34:14 -0000      1.22
@@ -72,11 +72,15 @@
     unknown,
     Type1,
     Type1C,
+    Type1COT,
     Type3,
     TrueType,
+    TrueTypeOT,
     CIDType0,
     CIDType0C,
-    CIDTrueType
+    CIDType0COT,
+    CIDTrueType,
+    CIDTrueTypeOT
   };
 
   /**

_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to