Hello,
I changed the default font in the whole game but can't change a font in a single event according to font examples in VX help:
Font.new([name[, size]])
Creates a Font object.
or
font.name = ["Myriad", "Verdana"]
Can somebody please explain to me how to do it?