FMX.FontManager.IFMXFontManagerService.HasCustomFonts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HasCustomFonts: Boolean;

C++

virtual bool __fastcall HasCustomFonts() = 0 ;

Properties

Type Visibility Source Unit Parent
function public
FMX.FontManager.pas
FMX.FontManager.hpp
FMX.FontManager IFMXFontManagerService

Description

If there are any registered custom fonts, it returns true.


See Also