Change the font from a string printed by a script

Hello,
When using the function system.gui.messageBox(“Hello World”), is there any way to change the message’s font? I would like to print the “Hello World” in Bold or Italic.
Thanks in advance.

Paccal
try:

system.gui.messageBox("<html><i><b>Hello World","Message")

Works fine ! Thanks :thumb_left: