Compatibility Issues with Line Breaks in Chinese Fonts #2622
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
This is no bug but a Discussions item. Let me transfer first. |
Beta Was this translation helpful? Give feedback.
-
The logic to break text into pieces that fit in the given rectangle width, roughly does this (as far as I remember):
Please note that only standard spaces Also, you must be using a different front from what is shown in the HTML output. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
What is your question? I only read a statement: "... becomes ineffective." |
Beta Was this translation helpful? Give feedback.
The logic to break text into pieces that fit in the given rectangle width, roughly does this (as far as I remember):
\n
).Please note that only standard spaces
0x20
are handled this way.Also, if your text does not contain a comma follwed by a standard space like this
", "
but instead some Chinese character looking similar, then no line br…