Function Label.clipText

If true, the Label only shows the text that fits inside its bounding rectangle. It also lets you scale the node down freely.

bool clipText() nothrow @property @nogc;

void clipText (
  bool v
) nothrow @property @nogc;