nini9140 / jzebra

Automatically exported from code.google.com/p/jzebra
0 stars 0 forks source link

ESCP command for Bold Letter. #90

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Thanks for this awesome Applet. I loved it.
I need ESCP command for Bold and center aligned lines for Epson Printer.

Original issue reported on code.google.com by rkaartik...@gmail.com on 29 Sep 2012 at 9:01

GoogleCodeExporter commented 9 years ago
Also Center Align

Original comment by rkaartik...@gmail.com on 1 Oct 2012 at 3:27

GoogleCodeExporter commented 9 years ago
function boldAndCenter() {
             document.jzebra.append(chr(27) + chr(69) + "\r");  // bold on
             document.jzebra.append(chr(27) + "\x61" + "\x31"); // center justify
        }

Original comment by rockseg...@navolato.com.mx on 25 Mar 2013 at 6:49

GoogleCodeExporter commented 9 years ago
Thank you for your contribution.

I would like to remind the one that opened this bug report, that this part of 
the site is not intended as a discussion forum and does not get regular 
visitors, please use the mailing list (jzebra-users@googlegroups.com) for 
syntax questions related to ZPL, ESCP, etc.

Closing bug, marking as invalid.  Please reopen if you feel this bug was closed 
in error.

-Tres

Original comment by tres.fin...@gmail.com on 26 Mar 2013 at 4:23