FMX.Platform.IFMXSystemFontService.GetDefaultFontFamilyName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDefaultFontFamilyName: string;

C++

virtual System::UnicodeString __fastcall GetDefaultFontFamilyName(void) = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.Platform.pas
FMX.Platform.hpp
FMX.Platform IFMXSystemFontService

Description

In descendants, GetDefaultFontFamilyName returns the name of the platform's default font family.

See Also