
/* ********************************************************************** *\
 *         Copyright IBM Corporation 1988,1991 - All Rights Reserved      *
 *        For full copyright information see:'andrew/config/COPYRITE'     *
\* ********************************************************************** */

/*
	$Disclaimer: 
*Permission to use, copy, modify, and distribute this software and its 
*documentation for any purpose is hereby granted without fee, 
*provided that the above copyright notice appear in all copies and that 
*both that copyright notice, this permission notice, and the following 
*disclaimer appear in supporting documentation, and that the names of 
*IBM, Carnegie Mellon University, and other copyright holders, not be 
*used in advertising or publicity pertaining to distribution of the software 
*without specific, written prior permission.
*
*IBM, CARNEGIE MELLON UNIVERSITY, AND THE OTHER COPYRIGHT HOLDERS 
*DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING 
*ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT 
*SHALL IBM, CARNEGIE MELLON UNIVERSITY, OR ANY OTHER COPYRIGHT HOLDER 
*BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY 
*DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 
*WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS 
*ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE 
*OF THIS SOFTWARE.
* $
*/


FontRule()

#ifndef ISO80_FONTS_ENV
/* Courier Fonts */
DeclareFont(cou8bf)
DeclareFont(cou8bif)
DeclareFont(cou8f)
DeclareFont(cou8if)
DeclareFont(cou10bf)
DeclareFont(cou10bif)
DeclareFont(cou10f)
DeclareFont(cou10if)
DeclareFont(cou12bf)
DeclareFont(cou12bif)
DeclareFont(cou12f)
DeclareFont(cou12if)
DeclareFont(cou14bf)
DeclareFont(cou14bif)
DeclareFont(cou14f)
DeclareFont(cou14if)

/* Helvetica Fonts */
DeclareFont(hel8)
DeclareFont(hel8b)
DeclareFont(hel8bi)
DeclareFont(hel8i)
DeclareFont(hel10)
DeclareFont(hel10b)
DeclareFont(hel10bi)
DeclareFont(hel10i)
DeclareFont(hel12)
DeclareFont(hel12b)
DeclareFont(hel12bi)
DeclareFont(hel12i)
DeclareFont(hel14)
DeclareFont(hel14b)
DeclareFont(hel14bi)
DeclareFont(hel14i)
DeclareFont(hel16)
DeclareFont(hel16b)
DeclareFont(hel16bi)
DeclareFont(hel16i)
DeclareFont(hel22)
DeclareFont(hel22b)
DeclareFont(hel22bi)
DeclareFont(hel22i)

/* Times Roman Fonts */
DeclareFont(tim8)
DeclareFont(tim8b)
DeclareFont(tim8bi)
DeclareFont(tim8i)
DeclareFont(tim10)
DeclareFont(tim10b)
DeclareFont(tim10bi)
DeclareFont(tim10i)
DeclareFont(tim12)
DeclareFont(tim12b)
DeclareFont(tim12bi)
DeclareFont(tim12i)
DeclareFont(tim14)
DeclareFont(tim14b)
DeclareFont(tim14bi)
DeclareFont(tim14i)
DeclareFont(tim16)
DeclareFont(tim16b)
DeclareFont(tim16bi)
DeclareFont(tim16i)
DeclareFont(tim22)
DeclareFont(tim22b)
DeclareFont(tim22bi)
DeclareFont(tim22i)
#endif /* ISO80_FONTS_ENV */

/* Symbol Font */
DeclareFont(symb8)
DeclareFont(symb10)
DeclareFont(symb12)
DeclareFont(symb16)
DeclareFont(symb22)

/* Symbola Font */
DeclareFont(symba8)
DeclareFont(symba10)
DeclareFont(symba12)
DeclareFont(symba16)
DeclareFont(symba22)

InstallDocs(fonts.doc, ${DESTDIR}/doc)
