Selecting Fonts |
Top Previous Next |
This escape sequence allows control over the font that is used for subsequent output.
where:
Example Sets to 14 point bold-Arial: PRINT CHR$(27);"f"; PRINT "0,0,7,14,Arial";CHR$(0);
After a font change has occurred, the GDI engine compensates a "line feed" so that the following line will be placed relative to the height of the font. |