In a program (Netexpress 5.1) that writes directly to a printer via LPT1 I change the fontsize via PCL5 strings to a heigh of 8 LPI and a pitch of 10 CPI.
How can I have the same height and pitch using PC_Printer routines? As far as I see it is only posible to select the Font-Size, one value. Using Lucida Console with Font-Size 12 is 10 CPI and 6 LPI . Font-Size 10 reduces both: 12 CPI and 7.2 LPI
Is there a way to select heigh and pitch separately using PC_Printer routines for the printing itself, draw boxes, etc. .
Or is there any fixed Font with that combination of height and pitch?
How can I send PCL strings to the printer using PC_Printer
Can I mix the PRINTRAW system using Windows SDK Printing and Spooling functions to print a document mixed with the PC_PRINT or must I selecto one or the other method?
Thanks for any help.

