Function CharFXTransform.relativeIndex
The index of the current character (starting from 0). Setting this property won't affect drawing.
long relativeIndex() nothrow @property @nogc;
void relativeIndex
(
long v
) nothrow @property @nogc;