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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 problem of rotate text
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

winner

22 Posts

Posted - Oct 27 2012 :  06:29:25  Show Profile  Reply
if there is under line '_' in text,but after text rotated 90,the under line cannot display.

winner

22 Posts

Posted - Oct 27 2012 :  13:26:02  Show Profile  Reply
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!
"
Go to Top of Page

winner

22 Posts

Posted - Oct 28 2012 :  00:03:01  Show Profile  Reply
figure


14.26 KB
Go to Top of Page

fab

1310 Posts

Posted - Nov 03 2012 :  13:51:37  Show Profile  Reply
Please post also the code you used to create the text object and to rotate it.
Go to Top of Page

winner

22 Posts

Posted - Nov 03 2012 :  15:23:46  Show Profile  Reply

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;
Go to Top of Page

fab

1310 Posts

Posted - Nov 12 2012 :  00:02:20  Show Profile  Reply
You should increase a bit the object "width":

ObjWidth[hobj]:= 15;
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: