Variable TextLineMeasure.firstNonSpace

first non-space index in line

struct TextLineMeasure
{
  // ...
  int firstNonSpace = -1;
  // ...
}