You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! First, thank you for your fantastic work; I really appreciate it.
I'm encountering an issue with bidirectional (bidi) text when a line starts with English, as shown in the image below:
The expected output should look like this:
I’ve gone through previous issues related to bidi text, but unfortunately, they didn’t resolve this problem.
Any guidance would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
Bidi (and even RTL), is not well supported, see #106. But simple cases like this one usually work, thanks to Pango.
In HTML, main direction of text is supposed to be LTR when undefined, that’s probably why the whole text is LTR. Do you have a HTML sample that works in a browser and not in WeasyPrint?
Hi! First, thank you for your fantastic work; I really appreciate it.
I'm encountering an issue with bidirectional (bidi) text when a line starts with English, as shown in the image below:
The expected output should look like this:
I’ve gone through previous issues related to bidi text, but unfortunately, they didn’t resolve this problem.
Any guidance would be greatly appreciated!
The text was updated successfully, but these errors were encountered: