Variable EditLine._measuredTextWidths

class EditLine
{
  // ...
  int[] _measuredTextWidths;
  // ...
}