FMX.Graphics.IFontObject

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

IFontObject = interface(IFreeNotificationBehavior)

C++

__interface  INTERFACE_UUID("{F87FBCFE-CE5F-430C-8F46-B20B2E395C1B}") IFontObject  : public Fmx::Types::IFreeNotificationBehavior

Properties

Type Visibility Source Unit Parent
interface
class
public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics FMX.Graphics

Description

Interface that defines an object that contains a TFont.

IFontObject methods and properties refer to the contained font.

See Also