FMX.Objects3D.TText3D.FontChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure FontChanged(Sender: TObject);

C++

void __fastcall FontChanged(System::TObject* Sender);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Objects3D.pas
FMX.Objects3D.hpp
FMX.Objects3D TText3D

Description

Called whenever the font that is used to render the displayed Text changes.

FontChanged is set as an event handler for the OnChanged event of TFont. FontChanged readjusts the size of this TText3D to accommodate the new selected Font and also performs a repaint of the text control.

See Also