home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d222
/
plplot.lha
/
Plplot
/
src
/
source.zoo
/
plfont.c
< prev
next >
Wrap
C/C++ Source or Header
|
1989-05-15
|
304b
|
16 lines
#include "plplot.h"
void plfont(ifont)
int ifont;
{
int ifnt,icol;
int level;
glev(&level);
if (level < 1) fatal("Please call PLSTAR before calling PLFONT.");
if (ifont < 1 || ifont > 4) fatal("Invalid font in PLFONT");
gatt(&ifnt,&icol);
satt(ifont,icol);
}