Is MultiFormatTextLabel TextAlignment setting the correct property?

Discuss coding questions, pull requests, and implementation details.
Post Reply
User avatar
DunnyOfPenwick
Posts: 275
Joined: Wed Apr 14, 2021 1:58 am
Location: Southeast US

Is MultiFormatTextLabel TextAlignment setting the correct property?

Post by DunnyOfPenwick »

I have a MultiFormatTextLabel in a panel, and want the text to be in the center of the panel.
Setting the TextAlignment property didn't seem to do anything.

I changed line 233 of MultiFormatTextLabel, replacing textLabel.HorizontalAlignment with textLabel.HorizontalTextAlignment, and that seemed to work.

Post Reply