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

Modified Files:
        poppler-qt4.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-qt4.h
===================================================================
RCS file: /cvs/poppler/poppler/qt4/src/poppler-qt4.h,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- poppler-qt4.h       28 Apr 2007 11:16:49 -0000      1.50
+++ poppler-qt4.h       28 Apr 2007 11:34:14 -0000      1.51
@@ -97,14 +97,18 @@
     class FontInfo {
     public:
        enum Type {
-           unknown = 0,
-           Type1 = 1,
-           Type1C = 2,
-           Type3 = 3,
-           TrueType = 4,
-           CIDType0 = 5,
-           CIDType0C = 6,
-           CIDTrueType = 7
+               unknown,
+               Type1,
+               Type1C,
+               Type1COT,
+               Type3,
+               TrueType,
+               TrueTypeOT,
+               CIDType0,
+               CIDType0C,
+               CIDType0COT,
+               CIDTrueType,
+               CIDTrueTypeOT
        };
        
        /**

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

Reply via email to