I have a text box with a set width (essentially, a entry in a column). I
would like to add text to the text box and determine how much vertical
space that text will take up with the document. This will allow me to
position the next element just below the current one.

I'm currently performing an estimation of the height based on a FontMetrics
object, but it's not exact and will sometimes result it large gaps or text
running over other elements.

Is there a way to do this?

Thanks,
Mike

Reply via email to