XPS_STYLE_SIMULATION-Enumeration (xpsobjectmodel.h)
Beschreibt den Simulationsstil einer Schriftart oder Glyphe.
Um das Aussehen eines Stils zu simulieren, der nicht von der Schriftart oder Glyphe bereitgestellt wird, ändert die Stilsimulation eine vorhandene Schriftart oder ein Glyphenbild.
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;
Konstanten
XPS_STYLE_SIMULATION_NONE Wert: 1 Keine Schriftschnittsimulation. |
XPS_STYLE_SIMULATION_ITALIC Kursivformatsimulation |
XPS_STYLE_SIMULATION_BOLD Fettformatsimulation |
XPS_STYLE_SIMULATION_BOLDITALIC Sowohl fett- als auch kursiv formatierte Simulation: zuerst fett, dann kursiv. |
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 7, Windows Vista mit SP2 und Plattformupdate für Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 R2, Windows Server 2008 mit SP2 und Plattformupdate für Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Kopfzeile | xpsobjectmodel.h |