#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 } |
|
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 };
|