This commit is contained in:
parent
57d1b5f75c
commit
4325c983b1
@ -20,7 +20,8 @@ class TestLineSplittingBug(unittest.TestCase):
|
|||||||
self.font = Font(
|
self.font = Font(
|
||||||
font_path=None,
|
font_path=None,
|
||||||
font_size=12,
|
font_size=12,
|
||||||
colour=(0, 0, 0)
|
colour=(0, 0, 0),
|
||||||
|
min_hyphenation_width=20 # Allow hyphenation in narrow spaces for testing
|
||||||
)
|
)
|
||||||
self.spacing = (5, 10)
|
self.spacing = (5, 10)
|
||||||
self.origin = (0, 0)
|
self.origin = (0, 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user