Page 1 of 1
How to limit the height of MText?
Posted: 09 May 2020, 02:05
by vismut
How to limit the height of MText so that it does not change when changing the length of text or font?
Thanks!
Re: How to limit the height of MText?
Posted: 15 May 2020, 03:20
by support
Hello,
MText normally consists of several lines of text. For example:
Line1
Line2
Line3
Line4
Line5
Do you want to limit the height of the MText bounding rectangle or the height of a single line of MText?
Mikhail
Re: How to limit the height of MText?
Posted: 16 May 2020, 00:35
by vismut
Hello Mikhail!
I need to limit the height of the bounding rectangle. So that only the text that fits in the rectangle is displayed, without changing its font and with fixed line spacing.
Re: How to limit the height of MText?
Posted: 19 May 2020, 00:15
by support
Hello,
Can the width of the MText be changed in this case or it should be fixed?
Mikhail