Vcl.Graphics.TFont.Create

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

constructor Create;

C++

__fastcall TFont();

プロパティ

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

説明

Create は,TFont のインスタンスを作成および初期化します。

Create メソッドを呼び出すと,実行時にフォントオブジェクトを作成できます。

Create は,フォントのリソースにメモリを割り当てた後,Color プロパティを clWindowText に初期化します。また,Create は画面解像度に基づいて PixelsPerInch プロパティも初期化します。

関連項目