How can I change the font size in Qbasic (for the program), I've tried this:

Code:
PRINT (SIZE = 20); "NICE TRY!"
But that doesnt work. Anyway to change this.