Vcl.Graphics.TFont.IsScreenFont

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property IsScreenFont: Boolean read FIsScreenFont write FIsScreenFont;

C++

__property bool IsScreenFont = {read=FIsScreenFont, write=FIsScreenFont, nodefault};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TFont


Beschreibung

Die Eigenschaft IsScreenFont gibt True für eine Schriftart zurück, bei der es sich um eine globale Bildschirmschriftart von Windows handelt.

Hinweis: Die globalen Bildschirmschriftarten sind TScreen.IconFont, MenuFont, HintFont, MessageFont und CaptionFont.

Siehe auch