Vcl.Graphics.TFontPitch
Delphi
TFontPitch = System.UITypes.TFontPitch;
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| enum | public | Vcl.Graphics.pas | Vcl.Graphics | Vcl.Graphics |
Description
TFontPitch indicates whether the characters in a font have the same width.
The following table lists the possible values of the TFontPitch type:
| Value | Meaning |
|---|---|
|
fpDefault |
The font pitch is set to the default value, which depends on the font specified in the font object's Name property. |
|
fpFixed |
The font pitch is set to fixed. All characters in the font have the same width. |
|
fpVariable |
The font pitch is set to variable. The characters in the font have different widths. |