SetPrinterFontName method
SetPrinterFontName(name$)
SetPrinterFontName
The SetPrinterFontName(name$) method allows the printer font to be set. This method only has an effect when the printer is opened with the DIR=N option. See Local Printing. The requested font must be installed on the client computer.
REM Set the printer font KClient.SetPrinterFontName("Times New Roman")