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 object block font size

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
gbimage Posted - Jan 07 2016 : 16:42:11
Adding iekTEXT objects to ImageENVect, varying the image Zoom property I need to keep still the character magnification.
Does exist a way to do it?

Regards,
Giovanni
4   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jan 17 2016 : 21:49:17
Hi

I'm afraid there is not an option to prevent the resizing of text when zooming.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
w2m Posted - Jan 09 2016 : 13:47:41
I tested this here with the Vectorial demo and much to my surprise, ImageEnVect1.ZoomObjectsWidth does not appear to have any effect at all. When zooming, a text object appearance does not seem to be any different regardless of the setting.

ImageEnVect1.ZoomObjectsWidth := ZoomObjects1.Checked;

I expected the text objects not to zoom when false and to zoom when true.

Perhaps Nigel will know why...

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development
gbimage Posted - Jan 09 2016 : 12:37:51
Thank you Bill,

Unfortunately, this property seems not affect the font size.

My code is:

Image->ZoomObjectsWidth = false;

I put it into the TFrame constructor where the TImageEnVect is contained.

Do I am making something wrong?

Giovanni
w2m Posted - Jan 07 2016 : 16:57:38
Declaration
property ZoomObjectsWidth: boolean;

Description
Set ZoomObjectsWidth to apply zoom to vectorial objects (lines, boxs, ...) also.

Bill Miller
Adirondack Software & Graphics
Email: w2m@hughes.net
EBook: http://www.imageen.com/ebook/
Custom Commercial ImageEn Development