[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Default Data for any new Font
Source position: graphics.pp line 78
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.
About font default values: 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 groupbox.
|
A record holding Data about the current Font |