FMX.FontManager.IFMXFontManagerService.GetCustomFontInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetCustomFontInfo(const AIndex: Integer): TFontInfo;

C++

virtual TFontInfo __fastcall GetCustomFontInfo(const int AIndex) = 0 ;

Properties

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

Description

Returns font information of custom font by specified index.


See Also