function provides data for the bit map font row.
format ① [esc] rcaaa; bbb ------ bbb [lf] [nul]
② link field data command
[esc] rc; ccc ------ ccc [lf] ddd ------ ddd [lf] ------ [lf] xxx ------ xxx [lf] [nul]
term aaa: character string number
000 to 199 (two digits, 00 to 99, also acceptable)
bbb ------ bbb: data string to be printed
max. 255 digits
(max. 127 digits when the font type is u, v, w or x)
any excess data will be discarded.
for the character codes, refer to the character code table to be given
later in this specification.
ccc ------ ccc: data string of link field no. 1
ddd ------ ddd: data string of link field no. 2
to
xxx ------ xxx: data string of link field no. 99
explanation (1) link field data string
· after the link field no. is designated in the format command, data strings are
linked using the link field data command to draw an image.
· up to 255 digits of data strings can be linked. however, up to 127 digits can be
linked when the font type is u, v, w or x. when the number of digits exceeds the
maximum value, exceeding data will be discarded.
· up to 99 data strings can be linked.
· up to 2048 bytes can be used as the command length ([esc] to [nul]) of the
link field data command.
· when the data string is omitted in the link field data command, the following
processing is performed:
① no processing will be performed for the field which contains no print data due
to the omission.
② when the field partially loses print data due to the omission, the only
remaining data will be processed as print data.
· the link field data command can be used for the bit map font fields, outline font
fields, and bar code fields.
(the same result is obtained when any of the “rc,” “rv” or “rb” command code
is designated.)
(2) kanji code data string
· when the font type is u, v, w or x, kanji is printed. jis non-kanji, jis level 1,
jis level 2, special characters, and half-width alphanumerics can be printed. in
this case, the kanji rom is required. (for the ja model only)
· shift jis, jis hexadecimal, and jis 8 codes can be used as a character code.
these codes can be mixed. (for the ja model only)
refer to bit map font format command ([esc] pc)
examples

10 print #1, esc$; ”c”; lf$; nul$;
20 print #1, esc$; ”pc001; 0200, 0125, 1, 1, a, 00, b”; lf$; nul$;
30 print #1, esc$; ”pc002; 0650, 0550, 2, 2, g, 33, b, +0000000001”; lf$; nul$;
40 print #1, esc$; ”rc001; sample”; lf$; nul$;
50 print #1, esc$; ”rc002; 001”; lf$; nul$;
60 print #1, esc$; ”xs; i, 0002, 0002c5000”; lf$; nul$;

10 print #1, esc$; ”c”; lf$; nul$;
20 print #1, esc$; ”pc001; 0200, 0300, 1, 1, c, 00, b; 01, 02”; lf$; nul$;
30 print #1, esc$; ”pv01; 0650, 0550, 0200, 0150, b, 33, b; 02” ; lf$; nul$;
40 print #1, esc$; ”xb01; 0200, 0550, 3, 1, 03, 03, 08, 08, 03, 0, 0150; 01, 02”; lf$;
nul$;
50 print #1, esc$; ”rc; s”; lf$; ”001”; lf$; nul$;
60 print #1, esc$; ”xs; i, 0002, 0002c5000”; lf$; nul$;