Reference API Roblox

Engine API

Website

Related

Reference API Roblox

TextTruncate

Controls the truncation of text when using the TextTruncate property.

Items 3

HistoryNameValueDescription
326None0

Text is not truncated.

326AtEnd1

Text is truncated at the end of the text; extra graphemes that cannot fit into the space are replaced with .... Word boundaries are respected if possible.

For example, if the control is between -> and <- like so:

->Long text is truncated at the en<-d of the last complete word

The text will be:

Long text is truncated at the...

620SplitWord2

If the end of the line occurs in the middle of a word, the text is truncated inside of that word. Extra graphemes that cannot fit into the space are replaced with ....

For example, if the control is between -> and <- like so:

->Long text is truncated at the en<-d of the last complete word

The text will be:

Long text is truncated at the en...

Description

Controls the truncation of text when using the TextTruncate property.

History 4

Settings