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

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!