LoadGuiFont parameters

BlitzMax Forums/BlitzMax Beginners Area/LoadGuiFont parameters

Qweeg(Posted 2006) [#1]
The function LoadGuiFont has parameters that allow you to define whether the font is bold, italic and underlined, but I can't seem to get them to do anything.

I know I can format text in a TextArea using the FormatTextAreaText function, but what is the point of these parameters if I need to format it anyway?

The font and size parameters work how I would expect (unless I set the color of the text area first), but not the other three.


tonyg(Posted 2006) [#2]
I believe this is a bug. Looking into another problem I checked the C++ source and I don't *think* the 'styles'defined on the LoadGuiFont command are passed to the TextArea when settextareafont is specified.