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

TFont.IsMonoSpace

Indicates if the font uses fixed-width characters (monospace).

Declaration

Source position: graphics.pp line 584

public property TFont.IsMonoSpace : Boolean
  read GetIsMonoSpace;

Description

IsMonoSpace is a read-only Boolean property which indicates if the font is a monospaced font with a fixed character width. The FontIsMonoSpace routine from the LCL interface is called to get the property value, and uses the font handle in Reference to retrieve the font data.

See also

TFont.Reference

  

Reference - References made to this Font.

FontIsMonoSpace

  

Indicates whether the specified font handle represents a fixed-pitch typeface.


Version 3.2 Generated 2024-02-25 Home