[poppler] poppler/poppler: FontInfo.h,1.4,1.5

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


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.



More information about the poppler mailing list