summaryrefslogtreecommitdiff
path: root/dviware/kyocera/preload.h
blob: 4b6f559662f3423c5f430ee5bcf2b8086d841c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "param.h"

#ifndef PRLOAD
#define PRLOAD "/usr/spool/tex/dvi_preload"
#endif

/* Information about preloaded fonts
 * The preload file contains a number of this records
 * One for each font that has been loaded
 * The preload file is read when the driver starts
 * and the information about fonts loaded is dumped on
 vi printing on Kyocera laser pri
 */
struct preload_info {
  short          pr_kyonumber;
  char           pr_name[MAXFNTNAMLEN];
  long           pr_mag;
  long           pr_words_used;
  long           pr_tfm_checksum;
  unsigned long  pr_charvec[4];
};