version 1.1.1.2, 2000/01/22 14:16:20 |
version 1.1.1.3, 2003/09/15 07:09:35 |
Line 108 TERM_PUBLIC int AI_set_font __PROTO((char *font)); |
|
Line 108 TERM_PUBLIC int AI_set_font __PROTO((char *font)); |
|
#ifndef TERM_PROTO_ONLY |
#ifndef TERM_PROTO_ONLY |
#ifdef TERM_BODY |
#ifdef TERM_BODY |
|
|
/* From version.c */ |
|
extern char version[]; |
|
extern char patchlevel[]; |
|
|
|
char ai_font[MAX_ID_LEN + 1] = "Times-Roman"; /* name of font */ |
char ai_font[MAX_ID_LEN + 1] = "Times-Roman"; /* name of font */ |
int ai_fontsize = 14; /* size of font in pts */ |
int ai_fontsize = 14; /* size of font in pts */ |
char ai_oldfont[MAX_ID_LEN + 1] = "Times-Roman"; /* name of font */ |
char ai_oldfont[MAX_ID_LEN + 1] = "Times-Roman"; /* name of font */ |
Line 178 TERM_PUBLIC void AI_init() |
|
Line 174 TERM_PUBLIC void AI_init() |
|
%%%%Template:\n\ |
%%%%Template:\n\ |
%%%%EndComments\n\ |
%%%%EndComments\n\ |
%%%%EndProlog\n", |
%%%%EndProlog\n", |
version, patchlevel, |
gnuplot_version, gnuplot_patchlevel, |
AI_XOFF, AI_YOFF, |
AI_XOFF, AI_YOFF, |
(int) ((AI_XMAX) / AI_SC + 0.5 + AI_XOFF), |
(int) ((AI_XMAX) / AI_SC + 0.5 + AI_XOFF), |
(int) ((AI_YMAX) / AI_SC + 0.5 + AI_YOFF)); |
(int) ((AI_YMAX) / AI_SC + 0.5 + AI_YOFF)); |