Vcl.Graphics.TFontStyle
Delphi
TFontStyle = System.UITypes.TFontStyle;
プロパティ
種類 | 可視性 | ソース | ユニット | 親 |
---|---|---|---|---|
enum | public | Vcl.Graphics.pas | Vcl.Graphics | Vcl.Graphics |
説明
TFontStyle と TFontStyles は,フォントのスタイル特性を指定します。
TFontStyles は TFontStyle 値のセットです。次の表に TFontStyle 型に指定できる値を示します。
値 | 意味 |
---|---|
fsBold |
太字になる |
fsItalic |
斜体になる |
fsUnderline |
下線付きになる |
fsStrikeOut |
打ち消し線付きになる |