Hi there, Im trying to make a recreation of MSWord using WPF RichTextBox and Toolbar, so one of the recently issues is the following:
In MSWord document...
...with Font Family Times New Roman, 11, Justify a single line contains 95 Chars ...with Font Family Times New Roman, 11, Justify, Bold a single line contains 83 Chars
about margins It will be more recommended to work with margins or limit chars per line? Cause when user inputs are , . or anothers ASCII wich size is shorter than others ones, the max chars in single line "Changes". So if use margins is most propertly - how the WPF RichTextBox manage margins ?
Thanks!