const char ESC = '\x1b';
// Initialize printer
sb.Append(ESC + "@"); <-- Working too
sb.Append(ESC + "E" + (char)1); <-- Bold Weight it Works too
// Align center
sb.Append(ESC + "a" + (char)1); <-- it works too
Select font by pitch and point: ESC X m nn <-- so i tried it on my code by doing...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.