MyreMylar / pygame_gui

A GUI system for pygame.
MIT License
684 stars 78 forks source link

Text Align within a UITextBox chunk #613

Open JordanKarp opened 3 months ago

JordanKarp commented 3 months ago

Is your feature request related to a problem? Please describe. I'm looking to left, center, and right align text within a larger UITextBox. Currently, it is only possible to align the entire text box's text, rather than just a tagged chunk.

Describe the solution you'd like Add a new tag ability, likely to a body tag: <body align=center> Text to be center aligned </body> Describe alternatives you've considered None

Additional context