Skip to content

Commit 80b9281

Browse files
committed
Fix for hyphenation
1 parent 883c293 commit 80b9281

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drawBot/context/baseContext.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,6 @@ def textBox(self, txt, box, font=_FALLBACKFONT, fontSize=10, align=None, hyphena
392392
path, (x, y) = context._getPathForFrameSetter(box)
393393
attributedString = context.attributedString(txt, align)
394394

395-
print("hip", hyphenation)
396395
if hyphenation:
397396
attributedString = context.hyphenateAttributedString(attributedString, path)
398397

0 commit comments

Comments
 (0)