Vcl.Direct2D.TDirect2DCanvas.GetFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetFont: TDirect2DFont;

C++

TDirect2DFont* __fastcall GetFont();

Properties

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

Description

GetFont is the getter method for the Font property.

GetFont is executed each time the value of the Font property is read.

See Also