InscriptionOverflow#

Added in version 4.8.

class InscriptionOverflow#

The different methods to handle text in Inscription when it doesn’t fit the available space.

Fields#

class InscriptionOverflow
CLIP#

Clip the remaining text

ELLIPSIZE_END#

Omit characters at the end of the text

ELLIPSIZE_MIDDLE#

Omit characters at the middle of the text

ELLIPSIZE_START#

Omit characters at the start of the text