Skip to content

Commit b6ee036

Browse files
committed
Fix for hyphenation
1 parent 477bef2 commit b6ee036

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
@@ -393,7 +393,6 @@ def textBox(self, txt, box, font=_FALLBACKFONT, fontSize=10, align=None, hyphena
393393
path, (x, y) = context._getPathForFrameSetter(box)
394394
attributedString = context.attributedString(txt, align)
395395

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

0 commit comments

Comments
 (0)