Variable LineSpan.wrappedContent

the wrapped text

struct LineSpan
{
  // ...
  dstring[] wrappedContent;
  // ...
}