FMX.FontGlyphs.TFontSettings

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

  TFontSettings = record
    Family: string;
    Style: TFontStyleExt;
    Size: Single;
    Scale: Single;
  end;

C++

struct DECLSPEC_DRECORD TFontSettings
{
public:
    System::UnicodeString Family;
    Fmx::Graphics::TFontStyleExt Style;
    float Size;
    float Scale;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
FMX.FontGlyphs.pas
FMX.FontGlyphs.hpp
FMX.FontGlyphs FMX.FontGlyphs

Description

Font Parameters:

  • Family name
  • Size
  • Style
  • Scale