FMX.Graphics.TCanvas.FFont

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FFont: TFont;

C++

TFont* FFont;

Properties

Type Visibility Source Unit Parent
field protected
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas

Description

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

See Also