Fullwidth chars will count for two positions
When split using width and this flag is set then the elements in the array will split where there is a whitespace and not before. If the whitespace is a printing char as in the case of \u1680 then it will be include at the end of the element: Otherwise the whitespace is removed from the end of the element;
No options will be applied
Surrogae Pairs will count for two positions
Generated using TypeDoc
Flags for Width output options
let wFlags = widthFlags.fullwidth | widthFlags.surrogatePair;
IStringBreakOpt