FontStyle 枚举 (gdiplusenums.h)

FontStyle 枚举指定字体的样式。 样式可以组合在一起。

语法

typedef enum FontStyle {
  FontStyleRegular = 0,
  FontStyleBold = 1,
  FontStyleItalic = 2,
  FontStyleBoldItalic = 3,
  FontStyleUnderline = 4,
  FontStyleStrikeout = 8
} ;

常量

 
FontStyleRegular
值: 0
指定字体的正常粗细。
FontStyleBold
值:1
指定粗体字样。 粗体表示较重的重量或厚度。
FontStyleItalic
值: 2
指定斜体字样,该字样对字符的垂直词干产生明显的倾斜。
FontStyleBoldItalic
值: 3
将字样指定为粗体和斜体。
FontStyleUnderline
值: 4
指定下划线,该下划线在字符基线下方显示一行。
FontStyleStrikeout
值: 8
指定删除线,它显示通过字符中间绘制的水平线。

要求

要求
最低受支持的客户端 Windows XP、Windows 2000 Professional [仅限桌面应用]
最低受支持的服务器 Windows 2000 Server [仅限桌面应用]
标头 gdiplusenums.h (包括 Gdiplus.h)