Vcl.Graphics.TFont.IsScreenFont
Delphi
property IsScreenFont: Boolean read FIsScreenFont write FIsScreenFont;
C++
__property bool IsScreenFont = {read=FIsScreenFont, write=FIsScreenFont, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | TFont |
Description
IsScreenFont property returns True for a font that is a global screen font provided by Windows.
Note: The global screen fonts are TScreen.IconFont, MenuFont, HintFont, MessageFont, and CaptionFont.