KYOCERA FS-1300D User Manual Page 277

  • Download
  • Add to my manuals
  • Print
  • Page
    / 410
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 276
SCCS
267
SCCS — Save Current Code Set
Format
SCCS;
Parameter
None
Function
The SCCS command instructs the printing system to remember the code set of the
current font. This command may be used in conjunction with a SCF (save current font)
command to prevent the font from losing the current code set after a command operation
has been made, even if the command changes the code set (macro, etc.).
To return to the saved code set later, use the RPCS (return to previous code set)
command. In the case of using the SCCS command together with a SCF command, it is
recommended that the RPCS command be used with a RPF command.
The current code set can be saved up to eight times using a separate SCCS for each.
RPCS commands retrieve the previously saved code set in reverse order.
File
!R! RES; SFNT ’TimesNewRoman’; SCF; SCCS;
SLPI 3;
TEXT ’The following line is printed using ISO 6: ASCII’, L;
TEXT ’@ABCDEFG’, L;
TEXT ’Now changing to Ventura Math, using a different
font’, L;
SFNT ’Univers-Md’; CSET 5M; TEXT ’@ABCDEFG’, L;
RPF; RPCS;
TEXT ’Now bringing the previous font and code set back by a
RPF and RPCS command.’, L;
TEXT ’@ABCDEFG’;
PAGE;
EXIT;
Page view 276
1 2 ... 272 273 274 275 276 277 278 279 280 281 282 ... 409 410

Comments to this Manuals

No comments