Sample LNT Files A-1
SAMPLE LNT FILES
This appendix contains sample LNT files. Sample LNT files are included in the
\Windows\Resources\LNTs folder on the 6057 Mobile Device (printer).
Code 39 Bar Code with Text Sample
This sample contains a Code 39 bar code with a text field. The application needs to call this
LNT file before the user enters data at print time.
<?xml version="1.0" ?>
<Job>
<Energy>Normal</Energy>
<Quantity>1</Quantity>
<LabelSize units="Inches" length="1.100" width="2.000" />
<Image id="Code39" version="1">
<ImageSize units="Inches" x="0.050000" y="0.000000" height="1.0000"
width="2.000000" origin="BottomLeft" />
<Fields count="2">
<BarcodeField id="Code39BC">
<Volatile>1</Volatile>
<Origin units="Inches" x="0.800" y="0.170"
justification="Center" />
<BarHeight units="Inches">0.500000</BarHeight>
<Orientation>0</Orientation>
<Type>code39</Type>
<Options density="12" />
<Data max="20" min="0" />
</BarcodeField>
<TextField id="Code39HR">
<Volatile>1</Volatile>
<BoundingBox units="Inches" x="0.800" y="0.040" height="0.000"
width="0.000" />
<Rotation>0</Rotation>
<DrawMode>Transparent</DrawMode>
<Font pointsizeheight="10.000" pointsizewidth="0.000"
intercharactergap="0" italics="0" weight="400">Arial Bold</Font>
<BackgroundColor>Black</BackgroundColor>
<ForegroundColor>White</ForegroundColor>
<VerticalJustification>Bottom</VerticalJustification>
<HorizontalJustification>Center</HorizontalJustification>
<Data max="20" min="0" />
</TextField>
</Fields>
</Image>
</Job>