FMX.FontManager.TFontInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFontInfo = record

C++

struct DECLSPEC_DRECORD TFontInfo
{
public:
    System::Uitypes::TFontName FamilyName;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.FontManager.pas
FMX.FontManager.hpp
FMX.FontManager FMX.FontManager

Description

Information about the registered font.


See Also