guides:programming:programmers_reference_manual:print_setfont

Print_SetFont function

Sets the font for the text to be printed.

status = Print_SetFont(font)

The Print_SetFont function has the following parameter:

ParameterDescription
FontStructure 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)
  • guides/programming/programmers_reference_manual/print_setfont.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1