Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_text
Method · 0.95
put_text
Method · 0.95
render
Method · 0.95
Calls
2
write
Method · 0.95
enc
Function · 0.90
Tested by
no test coverage detected