Intermec EasyCoder E4 Programmer's Reference Manual page 77

Direct protocol v2.10
Hide thumbs Also See for EasyCoder E4:
Table of Contents

Advertisement

2. Using International Character Sets, cont.
EasyCoder E4 Direct Protocol v2.10 – Programmer's Reference Manual
The three double-byte font parameters can be specifi ed separately
using the following commands:
FONTD | FD "<font fi le name>"
FONTDSIZE | FSD <font size>
FONTDSLANT | FLD <font slant>
For each parameter, the value specifi ed by these commands will be
used in all text fi elds on the current label, until a new value is
specifi ed. These parameters need only be specifi ed if a NASCD fi le is
specifi ed, as otherwise double-byte interpretation is disabled.
Example:
NASC 1 ↵
NASCD "CARD1:BIG5.NCD" ↵
FONT "Swiss 721 BT",20,0 ↵
FONTD "CARD1:CHINESE.TTF",20,0 ↵
PP 100,100 ↵
PT "NASCD ON: ";CHR$(185);CHR$(235) ↵
NASCD "" ↵
PP 100,200 ↵
PT "NASCD OFF: ";CHR$(185);CHR$(235) ↵
PF ↵
Label produced by the program example above.
Double-byte fonts can also be used in the human readable parts
of barcodes. The corresponding commands are:
BARFONTD | BFD "<font fi le name>"[,<font size>,<font slant>]
<font fi le name>
<font size>
<font slant>
Reset to default by:
Chapter 9
the fi le name of the double-byte font to be
use
the height of the font in points. Default 12.
the italic angle of the font in degrees clock-
wise Default: 0.
PRINTFEED|PF
Advanced Features
75

Advertisement

Table of Contents
loading

Table of Contents