ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 curved Text with Arc

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
klausdoege Posted - Jun 09 2013 : 07:05:59
Hello,
the demo curved text, show different type of curves.
But bei Arc and forward, then result is wrong.
When forward=true then the text is backwards.
See Example:

31.88 KB
Here cosine it's OK.
But Arc ???

29.14 KB

When forward=false then the text is forward.

27.75 KB

Mistake ?

Klaus
www.klausdoege.de
2   L A T E S T    R E P L I E S    (Newest First)
klausdoege Posted - Jun 16 2013 : 01:39:50
Thanks,
that is good to know, and is enough as solution.

Klaus
www.klausdoege.de
fab Posted - Jun 15 2013 : 00:44:33
The Arc shape is phased by -180 degrees, so to show the text correctly it is necessary to set phase = 180. Example:

ImageEnVect1.SetObjTextCurveShape(-1, iecArc, 180, true);

Of course now the arc is in the upper side.

Unfortunately we cannot do this now to avoid to break legacy applications :-(