FMX.FontManager.IFMXFontManagerService.HasCustomFont
Delphi
function HasCustomFont(const AFontFamily: TFontName): Boolean;
C++
virtual bool __fastcall HasCustomFont(const System::Uitypes::TFontName AFontFamily) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | public | FMX.FontManager.pas FMX.FontManager.hpp |
FMX.FontManager | IFMXFontManagerService |
Description
If a specified font family exists in custom font collection, it returns true.