# $Copyright:	$
# Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 
# Sequent Computer Systems, Inc.   All rights reserved.
#  
# This software is furnished under a license and may be used
# only in accordance with the terms of that license and with the
# inclusion of the above copyright notice.   This software may not
# be provided or otherwise made available to, or used by, any
# other person.  No title to or ownership of the software is
# hereby transferred.
#ident	"$Header: README 1.2 89/10/10 $@(#)roff:troff.d/devi10/rasti10/README	2.2"
This directory contains the raster files for use by di10
on the Imagen Imprint-10 laser printer.  It also contains
the following programs:

make3brast.c- converts a vax raster file to 3b20 format
	Syntax of make3brast:
	
		make3brast "name of raster file in vaxformat"
		
	the new font is put out on standard out.  i.e.

		make3brast S.10 > ./newdir/S.10


fdump.c- list out a rasterfile in readable form
	Syntax of fdump:

		fdump "name of raster file"

fbuild.c- builds a raster file from input made from fdump.c
	Syntax of fbuild:
		(stdin is a file in the format of the output from fdump)

		fbuild "name of output rasterfile"

	ie.

		fdump S.10 | fbuild xxx

	wouldn't do much but would copy S.10 to xxx
