FMX.Graphics.TFont.DefaultFamily

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DefaultFamily: string; virtual;

C++

virtual System::UnicodeString __fastcall DefaultFamily();

Properties

Type Visibility Source Unit Parent
function protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TFont

Description

Returns the default font family for the current platform.

For example under Windows, DefaultFamily returns:

  • The font family Segoe UI for Windows with Major Version >= 6;
  • The font family Tahoma for other Windows versions.

See Also