Enum PrintFontSubsetMode
Defines when font resources should be subset during printing.
public enum PrintFontSubsetMode
Fields
Default = 0
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. ?Eachpage = 1
Subsets and embeds font resources in each page, then discards that font subset after the page is printed out.
None = 2
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.