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 |