04-14-2020, 09:46 AM
textedit set Option$ = "fixed" value$ = str$(point) sets the font to system fixed font of point size (number from 7 and up
textedit set "fixed" ,"20"
Sets the font to the system fixed font at 20 points.
textedit set "fixed" ,"20"
Sets the font to the system fixed font at 20 points.