Vcl.Graphics.TFontData

提供: RAD Studio 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;
};

プロパティ

種類 可視性 ソース ユニット
record
struct
public
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics Vcl.Graphics

説明

このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。