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