diegomura / react-pdf

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

Numbers are reversed when mixed with RTL text #2045

Open madebydor opened 1 year ago

madebydor commented 1 year ago

RTL is being a real pain in a project I currently work on

Take a look at the attached picture:

image

On the right - "Agent 007" - 007 is displayed correctly On the left - "סוכן 007" - Note how the number is reversed

I believe it will be the same with Arabic Is there anyone who faced the same issue?

ghost commented 1 year ago

There is no official RTL support yet. https://github.com/diegomura/react-pdf/pull/1821 and https://github.com/diegomura/react-pdf/pull/1485 was supposed to bring the feature and still haven't