ai_eps.h File Reference

(r1785/r1312)

#include "impbmp.h"

Go to the source code of this file.

Classes

class  AIEPSFilter
 A filter that imports EPS files in Adobe Illustrator EPS format. More...
class  PhotoShopEPSFilter
 A filter that imports EPS files in Adobe Photoshop EPS format. Well, actually it doesn't as it's just a stub to stop Photoshop files from being loaded in (as they stuff up). More...

Enumerations

enum  { EPSC_z = EPSC_EOF + 1, EPSC_e, EPSC_T, EPSC_t }


Enumeration Type Documentation

anonymous enum
 

Enumerator:
EPSC_z 
EPSC_e 
EPSC_T 
EPSC_t 

Definition at line 110 of file ai_eps.h.

00111 {
00112     // Text handling
00113     EPSC_z = EPSC_EOF + 1,
00114     EPSC_e,
00115     EPSC_T,
00116     EPSC_t
00117 };


Generated on Sat Nov 10 03:49:03 2007 for Camelot by  doxygen 1.4.4