[reportlab-users] underlining text broken?

Volker Haas volker.haas at brainbot.com
Fri Aug 8 10:30:07 EDT 2008


I have the impression that underlining text is broken.

In the below example the space behind the underlined word is also
underlined:

from reportlab.platypus.paragraph import Paragraph
from reportlab.platypus.doctemplate import SimpleDocTemplate
from reportlab.lib.styles import ParagraphStyle

doc = SimpleDocTemplate('test.pdf')
elements = [Paragraph('blub <u>underlined</u> blub',
ParagraphStyle('Normal'))]
doc.build(elements)


--
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