D2D1_PRINT_CONTROL_PROPERTIES structure
The creation properties for a ID2D1PrintControl object.
Syntax
struct D2D1_PRINT_CONTROL_PROPERTIES {
D2D1_PRINT_FONT_SUBSET_MODE fontSubset;
FLOAT rasterDPI;
D2D1_COLOR_SPACE colorSpace;
};
Members
- fontSubset
-
The mode to use for subsetting fonts for printing, defaults to D2D1_PRINT_FONT_SUBSET_MODE_DEFAULT.
- rasterDPI
-
Type: FLOAT
-
DPI for rasterization of all unsupported Direct2D commands or options, defaults to 150.0.
- colorSpace
-
Type: D2D1_COLOR_SPACE
-
Color space for vector graphics, defaults to D2D1_COLOR_SPACE_SRGB.
Requirements
|
Minimum supported client |
Windows 8 and Platform Update for Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8.1 [Windows Phone Silverlight 8.1 and Windows Runtime apps] |
|
Header |
|
|
Type library |
|