Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Print_SetFont function ====== ==== 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 [[choosefont_service|Utility("CHOOSEFONT")]]| ==== Returns ==== True for successful execution or False for failure. ==== Example ==== <code> * Sets the print font. FontStruct = Utility( "CHOOSEFONT", @Window ) Print_SetFont(FontStruct) </code> guides/programming/programmers_reference_manual/print_setfont.txt Last modified: 2024/06/19 20:20by 127.0.0.1