Function Label.percentVisible

Limits the count of visible characters. If you set percent_visible to 50, only up to half of the text's characters will display on screen. Useful to animate the text in a dialog box.

double percentVisible() nothrow @property @nogc;

void percentVisible (
  double v
) nothrow @property @nogc;