Vcl.Graphics.TFont

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

Vcl.Graphics.TGraphicsObjectSystem.Classes.TPersistentSystem.TObjectTFont

Delphi

TFont = class(TGraphicsObject)

C++

class PASCALIMPLEMENTATION TFont : public TGraphicsObject

プロパティ

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

説明

TFont はシステムフォントをカプセル化します。

TFont は,テキストの表示に使用するフォントの特性を示します。TFont は,高さ,フォント(書体)名,属性(太字,斜体など)などを指定することにより文字のセットを定義します。

TFont は Windows の論理フォントをカプセル化します。

関連項目