FMX.FontGlyphs.TFontSettings
Delphi
TFontSettings = record
Family: string;
Style: TFontStyles;
Size: Single;
Scale: Single;
end;
C++
struct DECLSPEC_DRECORD TFontSettings
{
public:
System::UnicodeString Family;
System::Uitypes::TFontStyles Style;
float Size;
float Scale;
};
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
record struct |
public | FMX.FontGlyphs.pas FMX.FontGlyphs.hpp |
FMX.FontGlyphs | FMX.FontGlyphs |
Beschreibung
Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.