MCPcopy Index your code
hub / github.com/clips/pattern / write_text

Method write_text

pattern/web/pdf/converter.py:262–264  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

260 return
261
262 def write_text(self, text):
263 self.write(enc(text, self.codec))
264 return
265
266 def place_rect(self, color, borderwidth, x, y, w, h):
267 color = self.rect_colors.get(color)

Callers 3

place_textMethod · 0.95
put_textMethod · 0.95
renderMethod · 0.95

Calls 2

writeMethod · 0.95
encFunction · 0.90

Tested by

no test coverage detected