#include "common.h"
#include <stdio.h>
#include "machine.h"
#include "vfont-if.h"
#include "bu.h"
Include dependency graph for vfont.c:
Go to the source code of this file.
Defines | |
#define | FONTDIR2 "/usr/lib/vfont" |
#define | DEFAULT_FONT "nonie.r.12" |
#define | FONTNAMESZ 128 |
Functions | |
vfont * | vfont_get (char *font) |
void | vfont_free (register struct vfont *vfp) |
Provide a machine-independent interface to files containing Berkeley VFONT format fonts, stored with VAX byte ordering and word alignment.
Definition in file vfont.c.