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
 Text annotation has wrong size on zooming
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

rlange

Germany
26 Posts

Posted - Mar 04 2013 :  01:29:33  Show Profile  Reply
If i insert a long text annotation and zoom in and out, the size of the annotation is not displayed proportional. The annotation is bigger than it should be. Is this a bug or a feature or do i have to write special code? Thanks in advance.

Code für insertion of the annotation:

...
iev1.MouseInteractVt:=[miPutText];
iev1.ObjKind[-1]:=iekText;
iev1.ObjTextAutoSize[-1]:=True;
iev1.ObjText[-1]:=AnsiString(longText);

fab

1310 Posts

Posted - Mar 13 2013 :  10:52:37  Show Profile  Reply
Do you mean the font size? In this case this is caused by the font height field, that is integer and accepts only integral values, while the bounding box (included grips) can follows zoom more accurately.
This problem could be addressed in a next version.
Go to Top of Page

rlange

Germany
26 Posts

Posted - Mar 19 2013 :  02:48:30  Show Profile  Reply
Yes i mean the font size. When i burn in the annotation the size is correct, so it's not a severe problem.
Thank you.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: