[reportlab-users] does report-lab support underlining text
Andy Robinson
andy at reportlab.com
Wed May 24 18:24:53 EDT 2006
Satchidanand Haridas wrote:
> Hi,
>
> I need to provide support for underlining text in a PDF document for a
> project I'm working on. Does Reportlab support underlined text?
>
> thanks,
> Satchit
p = Paragraph("""Yes, you just <u>do what you do in HTML</u>.""",
style=myStyle)
In paragraphs, that is. For pure graphics, draw a line yourself
after drawing the string...
- Andy
More information about the reportlab-users
mailing list