This directory contains the source to the texttorle program.  Texttorle
uses display postscript to create text in an off-screen bitmap.  The
image data is then read and converted to the URT format and sent to
"stdout".  Display postscript supports a number of fonts and point sizes.
The color of the text may be completely specified.

Usage example:

texttorle Times-Roman 40 255 255 0 "This text is yellow" >text.rle

Valid font names may be found in /usr/lib/DPS/outline/base.

Makefile	- makes texttorle
PSutils.c	- C interface to display postscript (stringutils.psw)
PSutils.h	- include for PSutils.c
PSutilsP.h	- private include for PSutils.c
stringutils.psw	- display postscript wrappers
texttorle.1	- makes texttorle
texttorle.c	- main program

To build this program type "make".

You may wish to copy these tools to a directory (like /usr/local/bin) in
your path.  To see more details on how these commands are used, look in
the man directory.

If you have any questions, comments, bugs, or suggestions, please contact
us at gvlware@ahpcrc.umn.edu.


	Wesley C. Barris
	Army High Performance Computing Research Center (AHPCRC)
	Minnesota Supercomputer Center, Inc.
