Description
Sets the font for the text to be printed.
Syntax
status = Print_SetFont (font)
Parameters
The Print_SetFont function has the following parameter:
Parameter | Description |
---|---|
Font | Structure of the font as returned by Utility("CHOOSEFONT") |
Returns
True for successful execution or False for failure.
Remarks
* Sets the print font. FontStruct = Utility( "CHOOSEFONT", @Window ) Print_SetFont(FontStruct)