E
Eric James
Does anybody know how to programatically shrink the height of a text frame
so that it just fits the text inside? Two methods I've tried don't quite
work - setting the box height =text.boundheight + box margins almost looks
good but makes it too small (am I missing something here?), & shrinking the
height incrementally until just before overflow occurs works except for when
the box only contains one line of text, when overflow never occurs. Duh!
(Looks like a bug to me, that one...)
so that it just fits the text inside? Two methods I've tried don't quite
work - setting the box height =text.boundheight + box margins almost looks
good but makes it too small (am I missing something here?), & shrinking the
height incrementally until just before overflow occurs works except for when
the box only contains one line of text, when overflow never occurs. Duh!
(Looks like a bug to me, that one...)