Variable SimpleTextFormatter._maxLineWidth

struct SimpleTextFormatter
{
  // ...
  int _maxLineWidth;
  // ...
}