61
[ESC+RF] Recall Font & Logo
ESC RF ParameterHexadecimal code
<1B>
16
<52>
16
<46>
16
aabbbb,n...n
Initial value aa=01, bbbb=1
When the power is OFF The set parameter is not maintained.
Valid range within items The set parameter becomes invalid.
Valid range and term of
command
Valid range between items The set parameter becomes invalid.
[Function]
Invoking and printing the font and logo downloaded with exclusive tool.
[Format]
<RF>aabbbb,n...n
• Parameter
a [Font ID number] = Valid range: 01 to 99
b [Print digit] = Valid range: 1 to 9999
c [Print data] = data
[Coding Example 1]
To print [AB] in half size character with this command [Font ID No.: 01, Print digit: 4]
(Unicode
は
A: <0041>
16
B: <0042>
16
)
<A>
<PS>
<V>100<H>100<L>0101
<RF>010004,<0041>
16
<0042>
16
<Z>
[Coding Example 2]
When calling and printing logo [Font ID No.: 02 Print digit: 2]
<A>
<V>100<H>100<L>0101<RF>020002,<826B>
16
<Z>
[Supplementary Explanation]
• Specify the value of print data putting Unicode(UTF-16BE).
• When calling and printing logo, specify [Print digit: 0002], [Print data: <826B>
16
].
Note that <826B>
16
is the value of Shift JIS code of L.
• For [Print Data] parameter, the byte order changes depending on compatibility settings for Font/
Logo call.
◦ Specify little endian when compatibility settings are enabled.
e.g.) Specify <4100> for character "A".
◦ Specify big endian when compatibility settings are disabled.
e.g.) Specify <0041> for character "A".
Parent topic Modification Command