Intermec 5055 Reference Guide

Page of 216
Configuration Command Reference
7-19
7
Display Font Type
Purpose:
Selects the type or size of font that is used on the 5055 screen. You can set a regular
size font (6x9), a font with double-height characters (6x18), or a font with double-width
and double-height characters (12x18).
Syntax:
DTdata
Acceptable values for data are:
0
6 pixels by 9 pixels (6x9) font
1
6 pixels wide by 18 pixels high (6x18) font
2
12 pixels wide by 18 pixels high (12x18) font
Default:
6x9
Scan:
One of these bar codes:
Set Display Font Type to 6x9
Set Display Font Type to 6x18
*$+DT0*
*$+DT1*
*$+DT0*
*$+DT1*
Set Display Font Type to 12x18
*$+DT2*
*$+DT2*
PSK
 Example:
im_command (“$+DT2”,5);
will set the display font type to 12x18.