FMX.Graphics._di_IFontObject

From RAD Studio API Documentation
Jump to: navigation, search

C++

typedef System::DelphiInterface<IFontObject> _di_IFontObject;

Properties

Type Visibility Source Unit Parent
typedef public FMX.Graphics.hpp FMX.Graphics FMX.Graphics

Description

Represents the DelphiInterface of IFontObject.

You can use _di_IFontObject to refer to a font object in C++ code.

See Also