UNIPEN2EPS --- a tool for transorming segments from UNIPEN files into encapsulated postscript


SYNOPSIS

unipen2eps [options] file [files]

DESCRIPTION

Using the tool unipen2eps, allows for the extraction of UNIPEN segments from a number of UNIPEN files, and storing them in encapsulated postscript. A query can be constructed which segments have to fulfill, like:
       unipen2eps -l CHAR -s a -o a.eps *.dat
All UNIPEN files in the current directory will be searched for characters a, and each character will be placed in a box in the resulting .eps file. The layout of the boxes, the width of pen-down and pen-up streams, and a lot of other options may control the design of the encapsulated postscript.

OPTIONS

     -o  epsfile
     -P  patfile
     -b  boxsize
     -ys ystep
     -W  width
     -H  height
     -f  fontsize
     -c  ncolumns
     -s  string
     -i  index
     -l  level
     -m  margin (fraction, say .05)
     -F  first
     -L  last
     -mp minpres
     -pd width (width of pendown strokes)
     -pu width (width of penup strokes)
     -p  point_size (radius of sample points)
     -S  (for same scale)
     -LO label_offset
     -NL (for no label)

USAGE

By default, unipen2eps matches any segment on any level. Matching is done similar to the way upread does it. For an example of how you can control the layout of unipen2eps, consider this examples link.

AUTHORS

Louis Vuurpijl Lambert Schomaker
Back to the uptools3 homepage
Page last updated on Fri Mar 14 12:18:15 MET 1997
You are visitor


Generated by htmlize at Fri Nov 14 12:31:44 1997 Louis Vuurpijl