Programming instructions
110
Intermec Fingerprint 6.13 – Programmer's Guide
10. LABEL DESIGN, cont'd.
3. Bar Code Field, cont'd.
BARFONT...ON, cont'd.
In some EasyCoder printers, outline fonts in Speedo and TrueType
format can be scaled and converted to bitmap fonts.
By default, no barfont is selected. However, in some bar codes the
interpretation is an integrated part of the code, EAN/UPC.
The bar font(s) can also be specified in regard of:
• Distance Specifies the distance in dots between the
bottom of the bar pattern and the top of the
interpretation characters. Default: 6.
• Magnification (height) Specifies the magnification in regard of
height. Default: 1
• Magnification (width) Specifies the magnification in regard of
width. Default: 1
• ON Enables the printing of the interpretation.
Default: Disabled
BARFONT OFF
To disable bar code interpretation printing, use BARFONT OFF.
PRBAR (PB)
Input data to be used to generate the bar code can be entered in the
form of a numeric or expressions. String constants must be enclosed
by double quotation marks ("..."). Variables are useful for printing
e.g. time, date or various counters, and when the same information
is to appear in several places, e.g. both as plain text and as bar code
input data.
Summary
To print a bar code field, the following information and instructions
be must given (in most cases default values will substitute missing
information):
Purpose Instruction Default Remarks
X/Y Position PRPOS (PP) 0/0 Number of dots
Alignment ALIGN (AN) 1 Select ALIGN 1 – 9
Direction DIR 1 Select DIR 1 – 4
Bar Code Select BARSET see above
Human Readables BARFONT...ON Off Can be omitted
Input Data PRBAR (PB) n.a.
Print a label PRINTFEED (PF) n.a. Resets parameters to default
Example:
10 PRPOS 50,500
20 ALIGN 7
30 DIR 4
40 BARSET "CODE39",2,1,3,120
50 BARFONT #2,"SW030RSN",5,1,1 ON
60 PRBAR "ABC"
70 PRINTFEED
RUN
☞
Fonts
Also see:
• Chapter 12