Printing Specific Style and Fonts in VC 9

Is it possible to write COBOL code that will print text (not on the screen but to an actual printer) in a specific font. For example, is it possible to write code that will print to my printer the line “Test 1” in sans-serif or in any other font that I choose? I am able to print bold text on my printer with the WRITE statement, but I simply do not know how to print text in a specific font with a COBOL command. I am using Visual COBOL v9 on a Windows 10 pro. Thanks in advance.