Line spacing #2656
Unanswered
robertsonj3
asked this question in
Q&A
Line spacing
#2656
Replies: 1 comment
-
Yeah, line spacing operates on all lines (as it does in other libraries and word processors/browsers). What you need to do is insert additional breaks into the input string. I can make that easier by exposing the enumerator to ensure you can capture them all to augment. Could you raise an issue for that. |
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
-
I'm trying to draw text with extra line spacing between paragraphs using RichTextOptions.
I am aware of the LineSpacing option, but this applies to all lines, I just want it at the line breaks.
Beta Was this translation helpful? Give feedback.
All reactions