(text, h=6)
| 19469 | pdf.cell(0, h, _latin1(text), border=border, align=align, new_x=XPos.LMARGIN, new_y=YPos.NEXT) |
| 19470 | |
| 19471 | def _mcline(text, h=6): |
| 19472 | pdf.set_x(pdf.l_margin) |
| 19473 | pdf.multi_cell(0, h, _latin1(text)) |
| 19474 | |
| 19475 | pdf.set_font("Helvetica", "B", 17) |
| 19476 | pdf.multi_cell(0, 9, _latin1("CScorza - Report Face Recognition"), align="C") |
no test coverage detected