System.UITypes.TFontPitch

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFontPitch = (fpDefault, fpVariable, fpFixed);

C++

enum class DECLSPEC_DENUM TFontPitch : unsigned char { fpDefault, fpVariable, fpFixed };

Properties

Type Visibility Source Unit Parent
enum public
System.UITypes.pas
System.UITypes.hpp
System.UITypes System.UITypes

Description

Type of font pitch.

TFontPitch supports the following values:

Value Description

fpDefault

Default font pitch.

fpFixed

Monospaced font.

fpVariable

Variable font pitch, which most fonts use.

See Also