FMX.FontManager.TFontManager.Service

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class property Service: IFMXFontManagerService read GetService;

C++

/* static */ __property _di_IFMXFontManagerService Service = {read=GetService};

Properties

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

Description

A service that manages fonts in the application.

It allows you to add a custom font file in runtime for future use in the app.


See Also