File: README.html

package info (click to toggle)
libpostscriptbarcode 20140312-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 1,768 kB
  • ctags: 65
  • sloc: perl: 192; makefile: 180; sh: 107; lisp: 92; java: 49
file content (22 lines) | stat: -rw-r--r-- 822 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<pre>
Special case binary symbology for encoding a 32 bit input, with 
optional triangular delimiters at each end.

PostScript integers are 32 signed values so this code contains logic
to avoid numeric overflows when converting the input to a binary 
string.

Available options:

symtype - EMS (default) / BOBST / anything else for custom type
xwidth - width for wide bar for custom symbol type
ywidth - width for spacing for custom symbol type
zwidth - width for narrow bar for custom symbol type
height - set symbol height in mm
width - force symbol to given width in mm
laterallsb, lateralmsb - triangular delimiters
lsbgap, msbgap - width of the space between bar and diemark
inkspread, includetext, textpos, textxpost, textfont, textsize,
showborder, borderwidth, borderleft/right/top/bottom - usual meanings

</pre>