ssimms / pdfapi2

Create, modify, and examine PDF files in Perl
Other
15 stars 20 forks source link

Use correct wordspace for justified text #35

Closed cl0ne closed 2 years ago

cl0ne commented 3 years ago

Earlier calculation has an off-by-one error thus giving wordspace smaller than it should be and the last word on the line will not be aligned with the right boundary

ssimms commented 2 years ago

Thanks for the bug report! I've applied a slightly simplified version of your fix at 66bd247.