We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 883c293 commit 80b9281Copy full SHA for 80b9281
1 file changed
drawBot/context/baseContext.py
@@ -392,7 +392,6 @@ def textBox(self, txt, box, font=_FALLBACKFONT, fontSize=10, align=None, hyphena
392
path, (x, y) = context._getPathForFrameSetter(box)
393
attributedString = context.attributedString(txt, align)
394
395
- print("hip", hyphenation)
396
if hyphenation:
397
attributedString = context.hyphenateAttributedString(attributedString, path)
398
0 commit comments