Vcl.Direct2D.TDirect2DCanvas.SetFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFont(const Value: TDirect2DFont);

C++

void __fastcall SetFont(TDirect2DFont* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DCanvas

Description

Represents the setter method for the Font property.

SetFont is called each time the value of the Font property is changed.

See Also