[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Specifies a function type which returns a HFONT handle for a system font.
Source position: graphics.pp line 1949
type TOnGetSystemFont = function: HFONT; |
HFONT handle for the system font.
TOnGetSystemFont is the type used to implement the OnGetSystemFont variable in the graphics unit.
|
Address of the routine used to get the handle for the system font. |
|
|
Provides information about screen displays in an application. |