XRFontStyle (Windows Embedded CE 6.0)
1/6/2010
This enumeration contains values that represent the style of a font.
Syntax
enum XRFontStyle{
XRFontStyle_Normal=0,
XRFontStyle_Oblique=1,
XRFontStyle_Italic=2
};
Members
- XRFontStyle_Normal
Indicates a regular font, or a roman font, in which glyphs are upright.
- XRFontStyle_Oblique
Indicates a regular font which is displayed with the glyphs artificially slanted by performing a shear transformation on them.
- XRFontStyle_Italic
Indicates an italic font, in which the glyphs are slanted by design.
.NET Framework Equivalent
System.Windows.FontStyles
Requirements
Header | XamlRuntime.h |
sysgen | SYSGEN_XAML_RUNTIME |
Windows Embedded CE | Windows Embedded CE 6.0 R3 |