<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > XPRINT > XPRINT_Font |
Description
Set the font to be used from the next printing statement.
Syntax
XPRINT_Font(FontName, PointSize, FontStyle)
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
FontName |
String |
No |
Name of the font |
PointSize |
Number |
No |
Point size |
FontStyle |
Number |
No |
Font style. See Remarks. |
Remarks
FontStyle:
0 = normal
1 = bold
2 = italic
4 = underline
8 = strikeout
Restrictions
See also
Examples