D2D1_PRINT_FONT_SUBSET_MODE enumeration
Defines when font resources should be subset during printing.
Syntax
typedef enum _D2D1_PRINT_FONT_SUBSET_MODE { D2D1_PRINT_FONT_SUBSET_DEFAULT = 0, D2D1_PRINT_FONT_SUBSET_EACHPAGE = 1, D2D1_PRINT_FONT_SUBSET_NONE = 2 } D2D1_PRINT_FONT_SUBSET_MODE;
Constants
- D2D1_PRINT_FONT_SUBSET_DEFAULT
-
Uses a heuristic strategy to decide when to subset fonts.
Note If the print driver has requested archive-optimized content, then Direct2D will subset fonts once, for the entire document. - D2D1_PRINT_FONT_SUBSET_EACHPAGE
-
Subsets and embeds font resources in each page, then discards that font subset after the page is printed out.
- D2D1_PRINT_FONT_SUBSET_NONE
-
Sends out the original font resources without subsetting along with the page that first uses the font, and re-uses the font resources for later pages without resending them.
Requirements
|
Header |
|
|---|
See also
Show: