System.UITypes.TFontPitch

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

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 は、次の値をサポートしています:

説明

fpDefault

デフォルトのフォント ピッチ。

fpFixed

等幅フォント.

fpVariable

可変フォント ピッチ(大抵のフォントが使用する)。

関連項目