Game Development Community

Drop the Hate, Forgive Each Other

by David Demaree · in Game Design and Creative Issues · 09/15/2006 (10:14 am) · 2 replies

Actually, this post is about GUI creation....but I was listening to Fatboy Slim and I felt inspired...

Does anybody know how you can change the font style and size of the autotext in GUIs? I am displaying a global variable to the screen, but it would be nice if I could change the font size (it's rather small), and it would be really cool if I could change the font style to something else as well.

#1
09/15/2006 (10:18 am)
The GuiControlProfiles govern the font type, style and size in most cases. Check defaultProfiles.cs and defaultGameProfiles.cs for most of the standard definitions. Then simply use one of them or create your own.
#2
09/15/2006 (10:27 am)
Thanks.