0.6.0
Added
- ๐งฎ Paragraphs can be optimally typeset using the Knuth-Plass line
breaking algorithm. Use theoptimal
argument for this. - ๐ Paragraphs support automatically avoiding orphaned lines with
avoid_orphans
argument.
Breaking
- ๐ In the rare case that a paragraphs contains different text sizes,
all lines now rendered with the same leading.
This is more consistent and allows for faster layouting.
Fixed
- ๐ Fix compatibility with Python 3.8 and 3.9