Navigation: Code Documentation > RSFMXCommon > FMX.RS.Platform > Classes
TRSPlatformServices Class
Implements a FMX platform service for retrieving the fonts of a platform.
Note
Currently only supports Windows and OSX
Namespace: FMX.RS.Platform
TInterfacedObject FMX.RS.Platform.TRSPlatformServices
Delphi
type TRSPlatformServices = class(TInterfacedObject, IRSFMXSystemFontsService) end;
Name
Description
Destroy
Represents the destructor of the TRSPlatformServices class.
Top
Fonts
Returns the list of font families on the platform
•FMX.RS.Platform