Page 1 of 1

Position to insert images.

Posted: Mon Sep 10, 2007 9:54 pm
by fure
Hello,

I noticed when I insert an image that it will be drawn slightly higher than the lower limit of the text, thus the line height may change slightly. Is there a different option other than rvvaBaseline or rvvaMiddle (this is too low) to lower the starting postion for the image? Preferable at the bottom of the line.

I am asking because I am creating a text editor that will allow the users to put in variable data within the editor. Anyway, to display this variable data I am inserting an image that is large enough to contain text with the same font (the image is a green box with some text in it). So, when I insert the image the line will shift down to accomodate the image height.

Thanks

Posted: Tue Sep 11, 2007 1:27 pm
by fure
Found the answer. I used rvvaAbsBottom and it puts the image exactly where I want it.