Function CharFXTransform.absoluteIndex

The index of the current character (starting from 0). Setting this property won't affect drawing.

long absoluteIndex() nothrow @property @nogc;

void absoluteIndex (
  long v
) nothrow @property @nogc;