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

Modified Files:
        FontInfo.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: FontInfo.h
===================================================================
RCS file: /cvs/poppler/poppler/poppler/FontInfo.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- FontInfo.h  11 Mar 2006 15:19:02 -0000      1.4
+++ FontInfo.h  28 Apr 2007 11:34:14 -0000      1.5
@@ -10,11 +10,15 @@
     unknown,
     Type1,
     Type1C,
+    Type1COT,
     Type3,
     TrueType,
+    TrueTypeOT,
     CIDType0,
     CIDType0C,
-    CIDTrueType
+    CIDType0COT,
+    CIDTrueType,
+    CIDTrueTypeOT
   };
     
   // Constructor.

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

Reply via email to