TFontPitch indicates whether the characters in a font have the same width.
TFontPitch = ( fpDefault, fpVariable, fpFixed );
enum TFontPitch { fpDefault, fpVariable, fpFixed };
Graphics
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. |
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|