Specifications
ZPL Commands
^FR
148
45541L-004 Rev. A ZPL II Programming Guide 9/15/06
^FR
Field Reverse Print
Description The ^FR command allows a field to appear as white over black or black over
white. When printing a field and the
^FR command has been used, the color of the output is
the reverse of its background.
Format ^FR
Comments The
^FR command applies to only one field and has to be specified each time.
When multiple
^FR commands are going to be used, it might be more convenient to use the
^LR command.
Example • In this example, the ^GB command creates areas of black allowing the printing to
appear white:
^XA
^PR1
^FO100,100
^GB70,70,70,,3^FS
^FO200,100
^GB70,70,70,,3^FS
^FO300,100
^GB70,70,70,,3^FS
^FO400,100
^GB70,70,70,,3^FS
^FO107,110^CF0,70,93
^FR^FDREVERSE^FS
^XZ
ZPL II CODE
GENERATED LABEL