[Overview][Types][Procedures and functions][Variables][Index] |
Indicates whether the specified font handle represents a fixed-pitch typeface.
Source position: lclintfh.inc line 65
function FontIsMonoSpace( |
Font: HFONT |
):Boolean; |
Font |
|
Handle for the font examined in the routine. |
True when the font uses a fixed-pitch typeface.
Remark: | FontIsMonoSpace is not implemented for all widgetsets. For example, GTK3 always returns False in the current LCL version (2.3.0). However, it is implemented for GTK2. |
Version 4.0 | Generated 2025-05-03 | Home |