====== 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 ==== * Sets the print font. FontStruct = Utility( "CHOOSEFONT", @Window ) Print_SetFont(FontStruct)