FMX.FontManager.TFontManager.HasCustomFonts

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class function HasCustomFonts: Boolean;

C++

__classmethod bool __fastcall HasCustomFonts();

Properties

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

Description

Returns true if there are any registered custom fonts.


See Also