Searched refs:_do_under_line (Results 1 – 2 of 2) sorted by relevance
/dports/textproc/py-xhtml2pdf/xhtml2pdf-0.2.5/xhtml2pdf/ |
H A D | reportlab_paragraph.py | 659 def _do_under_line(i, t_off, ws, tx, lm=-0.125): function 1583 _do_under_line(0, dx, ws, tx) 1585 _do_under_line(0, dx, ws, tx, lm=0.125) 1593 if underline: _do_under_line(i, t_off + leftIndent, ws, tx) 1594 if strike: _do_under_line(i, t_off + leftIndent, ws, tx, lm=0.125)
|
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/platypus/ |
H A D | paragraph.py | 1462 def _do_under_line(i, x1, ws, tx, us_lines): function 2566 _do_under_line(0, dx, ws, tx, f.us_lines) 2581 _do_under_line(i, t_off, ws, tx, f.us_lines)
|