Defines a FMX platform service for retrieving the fonts of a platform.
Namespace: FMX.RS.Platform
Delphi
|
type
IRSFMXSystemFontsService = interface(IInterface)
['{725981BF-689E-400A-8C9F-D78816954A88}']
end;
|
|
Name
|
Description
|
|
Fonts
|
Returns the list of font families on the platform
|
Top
|
|
Name
|
Description
|
|
GetFonts
|
Returns the list of font families on the platform
|
Top
|