![]() | InDesign SDK 20.5 |
#include <IDrawOptions.h>
Public Types | |
| typedef base_type | data_type |
Public Member Functions | |
| DrawOptionsSet & | operator= (const DrawOptionsSet ©) |
| bool16 | operator== (const DrawOptionsSet &other) const |
Public Attributes | |
| uint32 | setID |
| IDrawOptions::RasterDisplay | raster |
| IDrawOptions::VectorDisplay | vector |
| IDrawOptions::Transparencies | xp |
| PMReal | greekBelow |
| bool16 | antiAlias |
DrawOptionsSet Simple class containing the various draw settings. The group of settings is referred to as a Set. These sets can be identified by a unique ID, called a setID. DrawOptionsSets are passed to an IDrawOptions interface to set the drawing characterists for a given port.
| typedef base_type DrawOptionsSet::data_type |
including a base_type allows this class to be stored in a vector.
| inline |
Copy constructor
| inline |
Testing for equality
| bool16 DrawOptionsSet::antiAlias |
Is anti-aliasing enabled?
| PMReal DrawOptionsSet::greekBelow |
At what effective point size do we start greeking the text.
| IDrawOptions::RasterDisplay DrawOptionsSet::raster |
Defines how raster images will draw (gray box, proxy, or high-res).
| uint32 DrawOptionsSet::setID |
Unique ID for this class instance.
| IDrawOptions::VectorDisplay DrawOptionsSet::vector |
Defines how vector images will draw (gray box, proxy, or high-res).
| IDrawOptions::Transparencies DrawOptionsSet::xp |
Defines transparency quality.