System.UITypes.TFontStyles

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

TFontStyles = set of TFontStyle;

C++

typedef System::Set<TFontStyle, _DELPHI_SET_ENUMERATOR(TFontStyle::fsBold), _DELPHI_SET_ENUMERATOR(TFontStyle::fsStrikeOut)> TFontStyles;

プロパティ

種類 可視性 ソース ユニット
set
typedef
public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes

説明

TFontStyleTFontStyles は、フォントのスタイル特性を指定します。


TFontStyles は一連の TFontStyle 値で構成されます。次の表に、TFontStyle に指定可能な値を示します。

意味

fsBold

フォントは太字になります。

fsItalic

フォントは斜体になります。

fsUnderline

フォントは下線付きで表示されます。

fsStrikeOut

フォントは水平の取り消し線付きで表示されます。

関連項目

コード例