Width of space

Ixuss_MyGUI

10-12-2014 22:54:19

I need to make the spaces more widely in my string in the TextBox (without adding more spaces).

For example:"My test string" -> "My test string"
How can this be done?

Altren

11-12-2014 21:17:05

You can modify space width in font definition or create custom font and use it instead (look at Media/MyGUI_Media/MyGUI_Fonts.xml).
SpaceWidth property is what you need.