Vcl.Graphics.TFont.Orientation

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

Delphi

property Orientation: Integer read GetOrientation write SetOrientation default 0;

C++

__property int Orientation = {read=GetOrientation, write=SetOrientation, default=0};

プロパティ

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

説明

Orientation プロパティは、テキストの方向を指定します。

Orientation プロパティを使用して、テキスト文字の方向を指定します。これは、文字のベースラインとデバイスの X 軸との間の角度を、10度単位で表したものです。これは、Windows のフォント属性を定義する GDI LOGFONT 構造体の lfOrientation フィールドと同様です。

関連項目