[reportlab-users] Paragraph height wrong when using xml font tags
Volker Haas
volker.haas at brainbot.com
Tue Jun 23 07:52:53 EDT 2009
Henning von Bargen wrote:
> If RL did adjust the height calculation automatically
> it would result in an unsteady layout, because the base lines
> wouldn't be equidistant any more.
>
> Henning
>
Line heights are adjusted automatically only if this is explicitly
permitted by setting "autoLeading" to "max" for example. -->
style = ParagraphStyle('test')
style.autoLeading = 'max'
So this should not be a general problem.
Volker
--
volker haas brainbot technologies ag
fon +49 6131 2116394 boppstraße 64
fax +49 6131 2116392 55118 mainz
volker.haas at brainbot.com http://www.brainbot.com/
More information about the reportlab-users
mailing list