-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line breaking for „ and “ #212
Comments
Do you know about CShrapMath word-wrap algorithm ? What do you think about this line-breaking? |
Need to think of a way to differentiate between punctuation that go to end of lines and start of lines. |
Useful Info : http://www.unicode.org/versions/Unicode13.0.0/ch06.pdf |
Figure 6-3. European Quotation MarksSingle right quote = apostrophe‘quote’ don’t Usage depends on language
|
We can probably just group punctuation with normal text as a single word-wrap group as spaces seem to be inserted before start-of-line punctuation and after end-of-line punctuation. |
@MartinZikmund Typography.TextBreak only chops text into pieces depending on the text type, e.g. punctuation, space, newline and normal text. Any line breaking and special handling of punctuation is on CSharpMath's side. |
Oh I see! Sorry for the confusion 🙂 |
see also |
I have noticed line breaks for a word wrapped in „ and “, for example:
Moving the „ character to the next line as well would be better. Can this be adjusted, please?
The text was updated successfully, but these errors were encountered: