FMX.FontManager.IFMXFontManagerService Methods
InheritedProtected
| AddCustomFontFromFile | public | Adds custom font file name to the font collection. |
| AddCustomFontFromResource | public | Adds font from application resources. |
| AddCustomFontFromStream | public | Adds font from stream. |
| AddRef | public | Increments the reference count for this interface. |
| GetCustomFontInfo | public | Returns font information of custom font by specified index. |
| GetCustomFontInfoCount | public | Returns count of registered custom fonts. |
| HasCustomFont | public | If a specified font family exists in custom font collection, it returns true. |
| HasCustomFonts | public | If there are any registered custom fonts, it returns true. |
| QueryInterface | public | Returns a reference to a specified interface if the object supports that interface. |
| Release | public | Decrements the reference count for this interface. |
| Supports | public | Indicates whether a given interface supports a specific (another) interface. |