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 477bef2 commit b6ee036Copy full SHA for b6ee036
1 file changed
drawBot/context/baseContext.py
@@ -393,7 +393,6 @@ def textBox(self, txt, box, font=_FALLBACKFONT, fontSize=10, align=None, hyphena
393
path, (x, y) = context._getPathForFrameSetter(box)
394
attributedString = context.attributedString(txt, align)
395
396
- print("hip", hyphenation)
397
if hyphenation:
398
attributedString = context.hyphenateAttributedString(attributedString, path)
399
0 commit comments