Operator's Manual

22 www.printek.com
^CWL,R:simhei.ttf
^FO10,10
^ALN,70,30
^FDABCD123^FS
^XZ
User Define CPCLFonts
1 Use TEXT command to define font.
2 TEXT command:
{command} {font} {size} {x} {y} {data}, {font}:font name/number; {size}:font size;
{x}horizontal position; {y}vertical position; {data}:printing data;
egTEXT 1 1 20 5 0123456789ABCDEFG
Sample
eg1: Printout
! 0 200 200 300 1
TEXT 1 1 20 5 0123456789ABCDEFG
CENTER
PRINT
eg2: Printout
! 0 200 200 300 1
TEXT 5 1 20 5 0123456789 ABCDEFG
CENTER
PRINT