Vcl.Graphics.TCanvas.SetFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetFont(Value: TFont);

C++

void __fastcall SetFont(TFont* Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TCanvas

Description

Represents the setter method for the Font property.

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

See Also