RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Graphics.TFontPitch Enumeration

TFontPitch indicates whether the characters in a font have the same width.

Pascal
TFontPitch = (
  fpDefault,
  fpVariable,
  fpFixed
);
C++
enum TFontPitch {
  fpDefault,
  fpVariable,
  fpFixed
};

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!