xref: /csrg-svn/lib/libplot/imagen/charset.c (revision 61395)
148519Sbostic /*-
2*61395Sbostic  * Copyright (c) 1985, 1993
3*61395Sbostic  *	The Regents of the University of California.  All rights reserved.
448519Sbostic  *
548519Sbostic  * %sccs.include.proprietary.c%
625009Ssam  */
725009Ssam 
825009Ssam #ifndef lint
9*61395Sbostic static char sccsid[] = "@(#)charset.c	8.1 (Berkeley) 06/04/93";
1048519Sbostic #endif /* not lint */
1125009Ssam 
1225009Ssam #include "imp.h"
1325009Ssam char *imP_charset = "cour07";
1425009Ssam int imPcsize = 12;
15