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
 problem of rotate text

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
winner Posted - Oct 27 2012 : 06:29:25
if there is under line '_' in text,but after text rotated 90,the under line cannot display.
5   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Nov 12 2012 : 00:02:20
You should increase a bit the object "width":

ObjWidth[hobj]:= 15;
winner Posted - Nov 03 2012 : 15:23:46

hobj := AddNewObject;  
      ObjKind[hobj]:= iekTEXT;
     ObjName[hobj]:='PFUN_'+inttostr(i+1);
     ObjLeft[hobj]:=  100;
     ObjTop[hobj]:=   100;
     ObjHeight[hobj]:=50;
     ObjWidth[hobj]:= 10;
     ObjText[hobj]:= 'Pin_'+IntToStr(i+1);
     ObjTextAlign[hobj]:= iejCenter;  
     ObjFontAngle[hobj]:= 90;
fab Posted - Nov 03 2012 : 13:51:37
Please post also the code you used to create the text object and to rotate it.
winner Posted - Oct 28 2012 : 00:03:01
figure


14.26 KB
winner Posted - Oct 27 2012 : 13:26:02
I cant attach figure to forum. I click the" Attach a photo to your post", I have logon in.but "You must be logged on to see this page!
"