XPS_STYLE_SIMULATION enumeration (xpsobjectmodel.h)

Describes the simulation style of a font or glyph.

To simulate the appearance of a style that is not provided by the font or glyph, style simulation modifies an existing font or a glyph image.

Syntax

typedef enum __MIDL___MIDL_itf_xpsobjectmodel_0000_0000_0004 {
  XPS_STYLE_SIMULATION_NONE = 1,
  XPS_STYLE_SIMULATION_ITALIC,
  XPS_STYLE_SIMULATION_BOLD,
  XPS_STYLE_SIMULATION_BOLDITALIC
} XPS_STYLE_SIMULATION;

Constants

 
XPS_STYLE_SIMULATION_NONE
Value: 1
No font style simulation.
XPS_STYLE_SIMULATION_ITALIC
Italic style simulation.
XPS_STYLE_SIMULATION_BOLD
Bold style simulation.
XPS_STYLE_SIMULATION_BOLDITALIC
Both bold and italic style simulation: first bold, then italic.

Requirements

Requirement Value
Minimum supported client Windows 7, Windows Vista with SP2 and Platform Update for Windows Vista [desktop apps | UWP apps]
Minimum supported server Windows Server 2008 R2, Windows Server 2008 with SP2 and Platform Update for Windows Server 2008 [desktop apps | UWP apps]
Header xpsobjectmodel.h

See also

XML Paper Specification