I'm looking for dot matrix printer command codes which would print white letters in a black background. It could be used to differentiate an invoice from a quote.
It would be used as in the following example for printing double wide, double height, and bold text:
* 2 LINES HIGH, DOUBLE WIDE
??? CHR(27)+"W1"
??? CHR(27)+"V1"
??? CHR(27)+"G"
@ 47, 19 SAY "QUOTE"
??? CHR(27)+"W0"
??? CHR(27)+"V0"
??? CHR(27)+"H"
Thanks for the continuing support...
It would be used as in the following example for printing double wide, double height, and bold text:
* 2 LINES HIGH, DOUBLE WIDE
??? CHR(27)+"W1"
??? CHR(27)+"V1"
??? CHR(27)+"G"
@ 47, 19 SAY "QUOTE"
??? CHR(27)+"W0"
??? CHR(27)+"V0"
??? CHR(27)+"H"
Thanks for the continuing support...