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

/*
	$Disclaimer: This software is part of version 7.2 of the 
* Andrew User Interface System and is the 
* property of IBM, Carnegie Mellon University, 
* and the other copyright holders.  The source 
* code of this version is for the sole use of 
* members of the Andrew Consortium with 
* memberships extending into calendar year 
* 1994.  This source code is not to be distributed 
* to non-members of the consortium nor beyond 
* a fifty-mile radius from the membership address.  
* Binary object code compiled or derived from 
* these sources is not to be distributed to non-
* members.  Members may have additional 
* distribution rights granted by prior written 
* permission of Carnegie Mellon University.
* 
* IBM, CARNEGIE MELLON UNIVERSITY, 
* AND THE OTHER COPYRIGHT HOLDERS
*  DISCLAIM ALL WARRANTIES WITH 
* REGARD TO THIS SOFTWARE, INCLUDING 
* ALL IMPLIED WARRANTIES OF MERCHANT-
* ABILITY AND FITNESS. IN 
* NO EVENT SHALL  IBM, CARNEGIE 
* MELLON UNIVERSITY, OR ANY OTHER 
* COPYRIGHT HOLDER BE LIABLE FOR 
* ANY SPECIAL, INDIRECT OR CONSE-
* QUENTIAL 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)
