Vcl.Graphics.TFont.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: Integer read GetOrientation write SetOrientation default 0;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.Graphics.pas
Vcl.Graphics.hpp
Vcl.Graphics TFont

Description

Specifies text orientation.

Use Orientation to specify the orientation of text characters. It is the angle in tenths of degrees between the character's baseline and device x-axis. This is similar to the lfOrientation field of the Windows GDI LOGFONT structure that defines font attributes.

See Also