https://bugs.documentfoundation.org/show_bug.cgi?id=168385
--- Comment #2 from Jim Avera <[email protected]> --- Since the text can have varying font sizes, the algorithm could increase the bbox height at each iteration by the height of the *next* character which did not fit. If a subsequent character has a larger font size it will probably not fit in the available vertical space, forcing another iteration - and then the larger character will determine the increment for the bbox height. Some minimum width must be enforced (perhaps the width used by the current algorithm). At the limit, if the width shrinks to less than the width of the widest character then the bbox would grow to infinite height! -- You are receiving this mail because: You are the assignee for the bug.
