ImageEn, unit ievect

TImageEnVect.SetObjTextCurve

TImageEnVect.SetObjTextCurve

Declaration

procedure SetObjTextCurve(hobj: integer; x, y: double);

Description

Inserts a new point into the specified curved text (iekTEXT object). Coordinates must be floating point values from 0 to 1.

Example

ImageEnVect.SetObjTextCurveShape(hobj, iecNone, 0, false);  // remove old curve
ImageEnVect.SetObjTextCurve(hobj, 0, 0.1);
ImageEnVect.SetObjTextCurve(hobj, 0.1, 0.2);
ImageEnVect.SetObjTextCurve(hobj, 0.3, 0.4);
Etc..

Transition Information

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