Expand description
Word splitting functionality.
To wrap text into lines, long words sometimes need to be split
across lines. The WordSplitter
enum defines this
functionality.
Enums§
- Word
Splitter - The
WordSplitter
enum describes where words can be split.
Functions§
- split_
words - Split words into smaller words according to the split points given
by
word_splitter
.