Replies: 1 comment
-
|
It looks like you confused React-PDF with @react-pdf/renderer. Please file an issue in their repo instead. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I'm experiencing an issue where the
Textcomponent is not wrapping to the next line when using Korean characters, even when placed inside aViewwith explicit width constraints. The text overflows beyond the container boundaries.Interestingly, when I test with English text, it wraps correctly. This appears to be specific to Korean (and possibly other CJK) characters.
Environment
@react-pdf/rendererversion: ^4.3.1Questions
Are there specific style properties or configurations needed for proper Korean text wrapping?
What I've Tried
flexWrap: "wrap",maxWidth: "100%",wordBreak: "break-all"etc...Code
Styles
Beta Was this translation helpful? Give feedback.
All reactions