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
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |