Variable TextLineMeasure.lastNonSpaceX

last non-space position based on tab size

struct TextLineMeasure
{
  // ...
  int lastNonSpaceX;
  // ...
}