FMX.Graphics.TCanvas.Font

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Font: TFont read FFont;

C++

__property TFont* Font = {read=FFont};

Properties

Type Visibility Source Unit Parent
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

Specifies the TFont to use when writing text on the TCanvas.

Set the properties of TFont to specify the TFont.Family, TFont.Size, TFont.Style, and any other aspects of the font.


See Also

Code Example