mtmsuhail / ESC-POS-USB-NET

This project is a simple .NET (C#) Implementation of the Epson ESC/POS Printing using USB Device Driver.
MIT License
202 stars 86 forks source link

How can i print Normal and Bold? #27

Open rubendmribeiro opened 3 years ago

rubendmribeiro commented 3 years ago

Hello! I would like to know if there is any way to print normal and bold in the same.

For example:

Phone: +351 912 385 385

I want to put the phone number in bold but in the same line i tried

Print.Append("Phone: " & print.bold("+351 912 35 385"))

But it's not working... Does someone know's how this can be fixed?

ignotion commented 3 years ago

What i do is Print.AppendWithoutLf("Phone: "); Print.Bold("+351 912 35 385"))