My IDE is .Net 2008 using C#. I need to send a string to a printer in a non proportionally spaced font. As an example lets say the string = "Hello World" and the printer is "Printer1"
I followed the advice of this stackoverflow post: Sending String Directly to printer
When I set the font to "Times New Roman" or "Comic Sans MS", it works. But when I use Courier, I get a nonproportionally spaced font.
I am using the exact coding as the post that I have cited. Why won't Courier give me the non proportionally spaced font I need? Is there a way to fix this?
Thank you in advance, Harvey Nusbaum