DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T p

⟦40ca32439⟧ TextFile

    Length: 583 (0x247)
    Types: TextFile
    Names: »preload.h«

Derivation

└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89
    └─⟦this⟧ »./DVIware/laser-setters/kyocera/preload.h« 
└─⟦52210d11f⟧ Bits:30007239 EUUGD2: TeX 3 1992-12
    └─⟦af5ba6c8e⟧ »unix3.0/DVIWARE.tar.Z« 
        └─⟦ca79c7339⟧ 
            └─⟦this⟧ »DVIware/laser-setters/kyocera/preload.h« 

TextFile

#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];
};