#include "ccdc.h"
Go to the source code of this file.
Classes | |
class | KernelDC |
Provide a base device context for rendering to something other than the screen. This includes printers, files, and PostScript devices. More... | |
class | ExportDC |
Provide a device context for rendering to a file rather than the screen. This base class handles opening the file. More... | |
Enumerations | |
enum | EPSAccuracy { ACCURACY_NORMAL, ACCURACY_ROUNDUP, ACCURACY_ROUNDDOWN } |
|
Definition at line 110 of file kerneldc.h. 00111 { 00112 ACCURACY_NORMAL, // Output to 2dp 00113 ACCURACY_ROUNDUP, // Output to 0dp, rounding up 00114 ACCURACY_ROUNDDOWN // Output to 0dp, rounding down 00115 } EPSAccuracy;
|