I know when looking at github issues over the last few days, I saw a thread somewhere that linked to https://github.com/diegomura/react-pdf/blob/1c0bcba15e1cddda6ae9adbba4bedf680e98c9fd/src/layout/fontSubstitution/index.js#L11 in the context of showing font fallbacks.
I have a use case where some of the output could be in one of many languages, and obviously this is causing an issue, because the font cannot register those glyphs. On the web, we don't have this issue, because the fonts fall back. How are you supposed to be able to specify font fallbacks, and more specifically, how can we support text in a language that isn't known at style time? (Ie, I can't just do styles.korean and set a Korean font-family, as the text could be in Arabic, Chinese etc).
Hello, I have problem with persian Font in react pdf, it show the last line in the first line. how i can solve this problem?
b39af48d-873d-4433-89a7-b5f5a51bae78.pdf
@chimanSeyedhashemi React-PDF doesn't support RTL languages. My use case luckily is only names in Arabic.
Most helpful comment
@chimanSeyedhashemi React-PDF doesn't support RTL languages. My use case luckily is only names in Arabic.