Variable WrapPoint.wrapPos

The relative wrapping position (related to TextPosition.pos)

struct WrapPoint
{
  // ...
  int wrapPos;
  // ...
}