Hello,
I want to use fonts which are available on in my Driver.
I am doing Barcode Printing in C# .NET.
In
VB I can do that easily by following code :
Printer.FontName = "TSC CODE128" ''Set Printer Font
Printer.Print "F700001" ''Set Printer Text
How can I do in .Net
I can't use Font Class as there is no font like "TSC CODE128"
in windows font directory.
It is in drivers.
Please Reply