alexguirre / RAGENativeUI

MIT License
115 stars 38 forks source link

When applying subtitle style to UIMenu the TextJustification.Center glitches #106

Closed pjotr07740 closed 3 years ago

pjotr07740 commented 3 years ago

image

My code: image

alexguirre commented 3 years ago

I'm afraid that's the expected result. TextJustification.Center centers the text around its drawing position, which is the left side of the menu.

pjotr07740 commented 3 years ago

I'm afraid that's the expected result. TextJustification.Center centers the text around its drawing position, which is the left side of the menu.

Oh, okay. I'll have to use the default then. Thanks for your reply!