[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Graphics' (#lcl)

TFontPitch

Represents pitches (or spacings) used in typefaces.

Declaration

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).

);

Description

Used to implement the Pitch member in TFontData and TFont.

See also

TFontData

  

Contains information about a font used in an application.

TFont

  

Represents a font used to draw text in an application.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.