Page 1 of 1

[SOLVED] Different fonts in same layout

Posted: Sun Feb 10, 2008 13:11
by mrzli777
Hello again.

Can anyone tell me how to have different fonts in the same layout file?
For example, I want to have two StaticText controls, each with different font. I was looking and GUILayout_xmlHandler code and there doesn't seem to be element or attribute to define font for an instance of control in .layout file.

Thanks.

Posted: Sun Feb 10, 2008 15:59
by jacobb
<Property Name="Font" Value="YourFont" />

Posted: Sun Feb 10, 2008 17:30
by mrzli777
You're right. That was simple but I didn't see it.
Thanks.