Represents pitches (or spacings) used in typefaces.
Source position: graphics.pp line 75
type TFontPitch = ( |
||
fpDefault, |
|
Font uses the default spacing defined for the typeface. |
fpVariable, |
|
Font uses variable pitch (or proportional spacing). |
fpFixed |
|
Font uses fixed pitch (or mono-spacing). |
); |
Used to implement the Pitch member in TFontData and TFont.
|
Contains information about a font used in an application. |
|
|
Represents a font used to draw text in an application. |