Center Aligned Text Overlaps

I have a GUI.Box with center aligned text. The box is plenty big to fit the text on two lines, but the text on the second line overlaps with the first line.

Screenshot of problem

How would I fix this?

edit: Fixed image format

Unfortunately it looks like the font you’re using doesn’t have a good amount of Line Spacing.

Bad news is that unless you’re using a 3D Text Mesh, you can’t change the Line Spacing inside Unity and you’ll have to use an external program… a discussion about this can be found here, some solutions were offered but I don’t see the OP saying if they ever worked.