Create bold TextLabel with default GUI font?

BlitzMax Forums/MaxGUI Module/Create bold TextLabel with default GUI font?

Grisu(Posted 2009) [#1]
Hello!

I'm trying to find a cross-platform solution in order to create a bold textlabel with the default (system?) font that is used by MaxGUIEx depending on the platform (Win32, Mac, Linux).

Has anyone touched this yet?

Thanks
Grisu


SebHoll(Posted 2009) [#2]
LookupGuiFont( GUIFONT_SYSTEM, 0, FONT_BOLD )
;-)


Grisu(Posted 2009) [#3]
Thanks! Excatly that command I needed.

My smooth credits scroller is finished. -
Apart from the still visible scrollbar that is... ;)