TFontStyles: 字体样式集合
请参考 TFontStyle 类型和 TFont 的 Style 属性。
头文件:
#include <System.UITypes.hpp> (XE2 之后),#include <UITypes.hpp> (XE 之前)
命名空间:
System::Uitypes
TFontStyles 成员
TFontStyles 是集合类型,定义如下:
typedef System::Set<TFontStyle, _DELPHI_SET_ENUMERATOR(TFontStyle::fsBold), _DELPHI_SET_ENUMERATOR(TFontStyle::fsStrikeOut)> TFontStyles;
集合里面可以包含的字体样式 (请参考 TFontStyle 类型):
字体样式 |
说明 |
fsBold |
粗体 |
fsItalic |
斜体 |
fsUnderline |
下划线 |
fsStrikeOut |
删除线 |
|