Add input mode option

This commit is contained in:
hooper114 2009-01-24 15:54:07 +00:00
parent 4de53b3e09
commit 519b09ac03
3 changed files with 700 additions and 730 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -3,25 +3,11 @@
<HEAD> <HEAD>
<META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8"> <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=utf-8">
<TITLE>Zint Barcode Generator</TITLE> <TITLE>Zint Barcode Generator</TITLE>
<META NAME="GENERATOR" CONTENT="OpenOffice.org 2.4 (Unix)">
<META NAME="CREATED" CONTENT="20070802;10154800">
<META NAME="CHANGED" CONTENT="20081118;8433800">
<STYLE TYPE="text/css">
<!--
TD P { color: #000000 }
H3 { color: #000000 }
H1 { color: #000000 }
P { color: #000000 }
DT { color: #000000 }
A:link { color: #0000ff }
A:visited { color: #840084 }
-->
</STYLE>
</HEAD> </HEAD>
<BODY LANG="en-GB" TEXT="#000000" LINK="#0000ff" VLINK="#840084" BGCOLOR="#ffffff" DIR="LTR"> <BODY LANG="en-GB" TEXT="#000000" LINK="#0000ff" VLINK="#840084" BGCOLOR="#ffffff" DIR="LTR">
<H1>Zint Barcode Generator</H1> <H1>Zint Barcode Generator</H1>
<H3>by Robin Stuart <SPAN STYLE="font-weight: medium">&lt;robin@zint.org.uk&gt;</SPAN></H3> <P><FONT SIZE=4>by Robin Stuart &lt;robin@zint.org.uk&gt;</FONT></P>
<P>Version 2.0, 18<SUP>th</SUP> November 2008</P> <P>Version 2.1, 24<SUP>th</SUP> January 2009</P>
<P>This document is a guide to Zint, the <I>libzint</I> library and <P>This document is a guide to Zint, the <I>libzint</I> library and
the barcode symbologies supported by them.</P> the barcode symbologies supported by them.</P>
<HR> <HR>
@ -63,7 +49,9 @@ the barcode symbologies supported by them.</P>
</DT><DT> </DT><DT>
3.10 <A HREF="frontend.html#NULL">Handling NULL Characters</A> 3.10 <A HREF="frontend.html#NULL">Handling NULL Characters</A>
</DT><DT> </DT><DT>
3.11 <A HREF="frontend.html#OTHER">Other Options</A> 3.11 <A HREF="frontend.html#INMODE">Input Mode</A>
</DT><DT>
3.12 <A HREF="frontend.html#OTHER">Other Options</A>
</DT></DL> </DT></DL>
<DT> <DT>
4. <A HREF="backend.html">Using the API</A> 4. <A HREF="backend.html">Using the API</A>
@ -82,6 +70,8 @@ the barcode symbologies supported by them.</P>
4.6 <A HREF="backend.html#BOXES">Adding Boxes and Boundary Bars</A> 4.6 <A HREF="backend.html#BOXES">Adding Boxes and Boundary Bars</A>
</DT><DT> </DT><DT>
4.7 <A HREF="backend.html#ROTATE">Rotating the Symbol</A> 4.7 <A HREF="backend.html#ROTATE">Rotating the Symbol</A>
</DT><DT>
4.8 <A HREF="backend.html#INMODE">Setting the Input Mode</A>
</DT></DL> </DT></DL>
<DT> <DT>
5. <A HREF="symbologies.html">Types of Symbol</A> 5. <A HREF="symbologies.html">Types of Symbol</A>
@ -313,10 +303,7 @@ the barcode symbologies supported by them.</P>
C.2 <A HREF="appxc.html#FIELDS">Fixed Length Fields</A> C.2 <A HREF="appxc.html#FIELDS">Fixed Length Fields</A>
</DT></DL> </DT></DL>
</DL> </DL>
<P>
&nbsp;</P>
<HR> <HR>
<P>&nbsp;</P>
<TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0> <TABLE WIDTH=100% BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR VALIGN=TOP> <TR VALIGN=TOP>
<TD WIDTH=33%> <TD WIDTH=33%>
@ -341,7 +328,5 @@ the barcode symbologies supported by them.</P>
</TD> </TD>
</TR> </TR>
</TABLE> </TABLE>
<P><BR><BR>
</P>
</BODY> </BODY>
</HTML> </HTML>