MCPcopy Create free account
hub / github.com/CScorza/IntelOSINT / _mcline

Function _mcline

IntelOSINT.py:19471–19473  ·  view source on GitHub ↗
(text, h=6)

Source from the content-addressed store, hash-verified

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

Callers 2

_build_face_reportFunction · 0.85
_build_media_reportFunction · 0.85

Calls 1

_latin1Function · 0.85

Tested by

no test coverage detected