I am using the following print statements

dim p as long
open "lpt1:" for output as p
print #p, "This is line 1"
close p


I want to print in a different font size.(ie in small font).
kindly tell me.