Variable SimpleTextFormatter._linesWidths

struct SimpleTextFormatter
{
  // ...
  int[] _linesWidths;
  // ...
}