How can I send a ESC Sequence to the Printer like ESC 2 20
Wenn I try

CDC pDC;
pDC->TextOut (0,0,"Hello /033/002 20");

he prints only the complett string ;-(

I found a Funktion pDC->Escape (....); but i don't know how it works..
Nothing happens when i try it...