[x] I have written a descriptive pull-request title
[x] I have verified that there are no overlapping pull-requests open
[x] I have verified that I am following matches the existing coding patterns and practice as demonstrated in the repository. These follow strict Stylecop rules :cop:.
[x] I have provided test coverage for my change (where applicable)
Description
Fixes #330
Adds a new WordBreaking.BreakWord option which matches the output behavior of CSS word-break: break-word. This is the closest behavior to WinForms/Wpf/MS-Word.
This option is a combination of Standard and BreakAll working in that explicit oder.
Measuring tests have been added to existing text layout tests. Rendered output is as follows.
Prerequisites
Description
Fixes #330
Adds a new
WordBreaking.BreakWord
option which matches the output behavior of CSSword-break: break-word
. This is the closest behavior to WinForms/Wpf/MS-Word.This option is a combination of
Standard
andBreakAll
working in that explicit oder.Measuring tests have been added to existing text layout tests. Rendered output is as follows.