Vcl.Graphics.TFontData
Delphi
TFontData = record
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 |
説明
このトピックには現在ドキュメントが存在しません。「ノート」を利用してこのトピックの改良について話しあうことができます。