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
 Text annotation has wrong size on zooming

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
rlange Posted - Mar 04 2013 : 01:29:33
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);

2   L A T E S T    R E P L I E S    (Newest First)
rlange Posted - Mar 19 2013 : 02:48:30
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.
fab Posted - Mar 13 2013 : 10:52:37
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.