FontStyle enumeration
Applies to: desktop apps only
The FontStyle enumeration specifies the style of the typeface of a font. Styles can be combined.
Syntax
typedef enum {
FontStyleRegular = 0,
FontStyleBold = 1,
FontStyleItalic = 2,
FontStyleBoldItalic = 3,
FontStyleUnderline = 4,
FontStyleStrikeout = 8
} FontStyle;
Constants
- FontStyleRegular
-
Specifies normal weight or thickness of the typeface.
- FontStyleBold
-
Specifies bold typeface. Bold is a heavier weight or thickness.
- FontStyleItalic
-
Specifies italic typeface, which produces a noticeable slant to the vertical stems of the characters.
- FontStyleBoldItalic
-
Specifies the typeface as both bold and italic.
- FontStyleUnderline
-
Specifies underline, which displays a line underneath the baseline of the characters.
- FontStyleStrikeout
-
Specifies strikeout, which displays a horizontal line drawn through the middle of the characters.
Requirements
|
Minimum supported client | Windows XP, Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Product | GDI+ 1.0 |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 3/6/2012