ImageEn, unit ievect

TImageEnVect.SetObjTextCurveShape

TImageEnVect.SetObjTextCurveShape

Declaration

procedure SetObjTextCurveShape(hobj: integer; shape: TIECurve; phase: integer; dforward: boolean);

Description

Creates a curve (calling SetObjTextCurve) with the shape specified by the shape parameter.

phase : specifies the angle where the text starts on the curve (0-360)
dforward : specifies the direction of the text on the curve.

Example

ImageEnVect.SetObjTextCurveShape( hobj, iecEllipse, 90, true );

Transition Information

There is no TImageEnView Layer equivalent of SetObjTextCurveShape as TIETextLayer does not support curved text.