FMX.FontGlyphs.TFontSettings

De RAD Studio API Documentation
Aller à : navigation, rechercher

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;
};

Propriétés

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


Description

Paramètres de la fonte :

  • Family name (Famille)
  • Size (Taille)
  • Style
  • Scale (Echelle)