FMX.Graphics.TCanvas.Font

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Font: TFont read FFont;

C++

__property TFont* Font = {read=FFont};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property public
FMX.Graphics.pas
FMX.Graphics.hpp
FMX.Graphics TCanvas


Beschreibung

Gibt die Schriftart (TFont) zum Schreiben des Textes auf das TCanvas-Objekt.

Setzen Sie die Eigenschaft von TFont, um die Familie (TFont.Family), die Größe (TFont.Size), der Stil (TFont.Style) und andere Aspekte der Schriftart festzulegen.

Siehe auch

Codebeispiel