[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Default font data used for new TFont instances.
Source position: graphics.pp line 117
const DefFontData: TFontData = (Handle: 0; Height: 0; Pitch: fpDefault; Style: []; Charset: DEFAULT_CHARSET; Quality: fqDefault; Name: 'default'; Orientation: 0); |
New TFont instances are initialized with the values in this structure.
The default font is chosen by the interfaces depending on the context. For example, there can be a different default font for a button and a group box.
|
Contains information about a font used in an application. |
Version 4.0 | Generated 2025-05-03 | Home |