Vcl.Direct2D.TDirect2DFont.Orientation

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Orientation: Integer read FOrientation write FOrientation default 0;

C++

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

Properties

Type Visibility Source Unit Parent
property published
Vcl.Direct2D.pas
Vcl.Direct2D.hpp
Vcl.Direct2D TDirect2DFont

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, which defines font attributes.

See Also