FMX.Layers3D.TTextLayer3D.Font
Delphi
property Font: TFont read GetFont write SetFont;
C++
__property Fmx::Graphics::TFont* Font = {read=GetFont, write=SetFont};
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| property | published | FMX.Layers3D.pas FMX.Layers3D.hpp | FMX.Layers3D | TTextLayer3D | 
Description
Specifies the font to use when rendering the text.
Set Font to specify the font to use when rendering the text. To change to a new font, specify a new TFont object. To modify a font, change the value of the Family, Size, or Style of the TFont object.