diegomura / react-pdf

📄 Create PDF files using React
https://react-pdf.org
MIT License
15k stars 1.19k forks source link

Improve the way you justify text #2970

Open TomasSalas opened 6 days ago

TomasSalas commented 6 days ago

The way the texts are justified can be improved since when it is justified it cuts the words wrong. image

In this example the word desperate is poorly justified.

diegomura commented 6 days ago

What do you mean by poorly justified? Just because it got broken between lines? With mentioning the line breaking algorithm is optimized for English.

Unless you provide a suggestion on how to fix it or more data this issue is quite vague

diegomura commented 6 days ago

We are using the same algorithm than latex also. Not sure there's a better one