Instruction manual

C11. field rot Field rotation. Field rotation rotates the whole field, not just the characters.
Rotation is affected by the pivot point, which varies depending on how text is
justified. Lower left corner of field is the pivot point. Options:
0 Top of field points to top of supply
1 Top of field points to left of supply
2 Top of field points to bottom of supply
3 Top of field points to right of supply
C12. “fixed char” Fixed characters to appear in the field. Maximum 2710 characters. Enclose in
quotation marks.
C13. sym set Symbol set. Use 0 for the Internal Symbol Set.
For scalable or TrueType® fonts, use:
1 ANSI Symbol Set
102 Unicode (user input) for particular mapping
437 DOS Code Page 437 (Domestic)
850 DOS Code Page 850 (International)
852 DOS Code Page 852 (Latin 2)
855 DOS Code Page 855 (Russian)
857 DOS Code Page 857 (IBM Turkish)
860 DOS Code Page 860 (MS-DOS Portuguese)
1250 Code Page 1250 (Latin 2)
1251 Code Page 1251 (Cyrillic)
1252 Code Page 1252 (Latin 1)
1253 Code Page 1253 (Greek)
1254 Code Page 1254 (Turkish)
1255 Code Page 1255 (Hebrew)
1256 Code Page 1256 (Arabic)
1257 Code Page 1257 (Baltic)
1258 Code Page 1258 (Vietnam)
Note: The Standard, Reduced, Bold, OCRA and HR fonts only support the Internal
Symbol Set (0). The CG Triumvirate™ typefaces only support the ANSI and
DOS Code Page 437 and 850 Symbol Sets. The scalable font (font#50) does
not support Code Page 1256 (Arabic). Code pages 852-860 and 1250-1258
may only be used with downloaded TrueType® fonts or the scalable font. Code
page 102 requires a downloaded International TrueType font. TrueType fonts
are designed to be regionally specific; therefore, all code pages may not be
supported in a given font. See Appendix C, “Symbol Sets/ Code Pages
” for
more information.
Example C,30,10,0,1,1,1,B,L,0,0,"MADE IN USA",0 |
Defines a constant text field starting at row 30, column 10. It does not have any additional
inter-character gap. The Standard font is used without any additional magnification. The
printing is black on white and left justified. No field or character rotation is used. “MADE IN
USA” is printed in this field. The internal symbol set is used.
Defining Fields 3-17