System.UITypes.TFontPitch
Delphi
TFontPitch = (fpDefault, fpVariable, fpFixed);
C++
enum class DECLSPEC_DENUM TFontPitch : unsigned char { fpDefault, fpVariable, fpFixed };
プロパティ
| 種類 | 可視性 | ソース | ユニット | 親 |
|---|---|---|---|---|
| enum | public | System.UITypes.pas System.UITypes.hpp |
System.UITypes | System.UITypes |
説明
フォント ピッチの型。
TFontPitch は、次の値をサポートしています:
| 値 | 説明 |
|---|---|
|
|
デフォルトのフォント ピッチ。 |
|
|
|
|
|
可変フォント ピッチ(大抵のフォントが使用する)。 |