D2D1_PRINT_CONTROL_PROPERTIES structure (d2d1_1.h)

The creation properties for a ID2D1PrintControl object.

Syntax

typedef struct D2D1_PRINT_CONTROL_PROPERTIES {
  D2D1_PRINT_FONT_SUBSET_MODE fontSubset;
  FLOAT                       rasterDPI;
  D2D1_COLOR_SPACE            colorSpace;
} D2D1_PRINT_CONTROL_PROPERTIES;

Members

fontSubset

Type: D2D1_PRINT_FONT_SUBSET_MODE

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

Requirement Value
Minimum supported client Windows 8 and Platform Update for Windows 7 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 and Platform Update for Windows Server 2008 R2 [desktop apps | UWP apps]
Header d2d1_1.h