Hi! I've done this before, so I know it's possible. My question is how do you change both the font and the font size?
I've done it before in Vanilla RMXP by putting the following two lines in "Main":
However, it doesn't seem to work on my new project. I'm using SDK 2.4, and I was wondering if that was the problem.
I've inserted those two lines of code onto the end of the SDK, but no joy there either. I've also searched for the word "font" in the SDK, but the only instance is irrelevant.
Thanks in anticipation!
I've done it before in Vanilla RMXP by putting the following two lines in "Main":
$defaultfonttype = "font name"
$defaultfontsize = font size
However, it doesn't seem to work on my new project. I'm using SDK 2.4, and I was wondering if that was the problem.
I've inserted those two lines of code onto the end of the SDK, but no joy there either. I've also searched for the word "font" in the SDK, but the only instance is irrelevant.
Thanks in anticipation!