Afficher : Delphi
C++
Préférences d'affichage
Vcl.Graphics.TFontData
De XE2 API Documentation
Delphi
TFontData = record Handle: HFont; Height: Integer; Orientation: Integer; Pitch: TFontPitch; Style: TFontStylesBase; Charset: TFontCharset; Name: TFontDataName; Quality: TFontQuality; end;
C++
struct DECLSPEC_DRECORD TFontData{ public: HFONT Handle; int Height; int Orientation; System::Uitypes::TFontPitch Pitch; System::Uitypes::TFontStylesBase Style; System::Uitypes::TFontCharset Charset; System::Uitypes::TFontDataName Name; System::Uitypes::TFontQuality Quality; };
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
struct class |
public | Vcl.Graphics.pas Vcl.Graphics.hpp |
Vcl.Graphics | Vcl.Graphics |
Description
Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !