The R Project SVN R

Rev

Rev 5507 | Rev 6251 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5507 Rev 5731
Line 286... Line 286...
286
}
286
}
287
 
287
 
288
static void PicTeX_MetricInfo(int c, double *accent, double *descent,
288
static void PicTeX_MetricInfo(int c, double *accent, double *descent,
289
			      double *width, DevDesc *dd)
289
			      double *width, DevDesc *dd)
290
{
290
{
291
	error("Metric information not yet available for this device\n");
291
	error("Metric information not yet available for this device");
292
}
292
}
293
 
293
 
294
	/* Initialize the device */
294
	/* Initialize the device */
295
 
295
 
296
static int PicTeX_Open(DevDesc *dd, picTeXDesc *ptd)
296
static int PicTeX_Open(DevDesc *dd, picTeXDesc *ptd)