FMX.Graphics.TFont
Delphi
TFont = class(TPersistent)
C++
class PASCALIMPLEMENTATION TFont : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Graphics.pas FMX.Graphics.hpp |
FMX.Graphics | FMX.Graphics |
Description
TFont keeps font properties used to draw texts.
TFont keeps font properties used for showing texts. TFont keeps the font size, font family (typeface), and font style (such as bold or italic) properties.
See Also
- FMX.Graphics.TFont.Create
- FMX.Graphics.TFont.Family
- FMX.Graphics.TFont.Style
- FMX.Graphics.TFont.Size