xref: /csrg-svn/lib/libplot/imagen/charset.c (revision 25009)
1*25009Ssam /*
2*25009Ssam  * Copyright (c) 1985 Regents of the University of California.
3*25009Ssam  * All rights reserved.  The Berkeley software License Agreement
4*25009Ssam  * specifies the terms and conditions for redistribution.
5*25009Ssam  */
6*25009Ssam 
7*25009Ssam #ifndef lint
8*25009Ssam static char sccsid[] = "@(#)charset.c	1.1 (Berkeley) 09/21/85";
9*25009Ssam #endif not lint
10*25009Ssam 
11*25009Ssam #include "imp.h"
12*25009Ssam char *imP_charset = "cour07";
13*25009Ssam int imPcsize = 12;
14