Genauer: Gibt das in DefFontData eingestellte zurück (hier aus Delphi 12):
Delphi-Quellcode:
// New TFont instances are intialized with the values in this structure:
DefFontData: TFontData = (
Handle: 0;
Height: 0;
Orientation: 0;
{ No rotation }
Pitch: fpDefault;
Style: [];
Charset : DEFAULT_CHARSET;
Name: '
Segoe UI');
Allerdings ist das eben auch eine Variable und kann im Programm überschrieben werden.