Navigation: Code Documentation > RSFMXCommon
FMX.RS.Platform Namespace
Defines FMX platform services not provided by Embarcadero.
Name
Description
TRSPlatformServices
Implements a FMX platform service for retrieving the fonts of a platform.
Note
Currently only supports Windows and OSX
Top
IRSFMXSystemFontsService
Defines a FMX platform service for retrieving the fonts of a platform.
RiverSoftAVGPlatform
Represents variable RiverSoftAVGPlatform.
CollectFonts(TStrings)
Represents method CollectFonts(TStrings).
EnumFontsProc(TLogFont,TTextMetric,Integer,Pointer)
Represents method EnumFontsProc(TLogFont,TTextMetric,Integer,Pointer).
RegisterRiverSoftAVGPlatformServices
Represents method RegisterRiverSoftAVGPlatformServices.
Code is based on an answer on Stack Overflow.