how to set a device font for a POS(point of sales) printer

  • Thread starter Thread starter chunming
  • Start date Start date
C

chunming

hi, buddy, I use winspool.drv to write printer directly, I am
developing the point of sales system, and I need set up the printer
device font(not true type font), so that i could control the cash
drawer and printer itself, so, if you could tell me how to and solve
the problem, I will pay you $50
 
chunming,

If you are doing this, then you will have to use the same functions that
you would use in an unmanaged application. You would have to call these API
functions through the P/Invoke layer.

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

chunming said:
hi, buddy, I use winspool.drv to write printer directly, I am
developing the point of sales system, and I need set up the printer
device font(not true type font), so that i could control the cash
drawer and printer itself, so, if you could tell me how to and solve
the problem, I will pay you $50
 
Back
Top