summaryrefslogtreecommitdiff
path: root/systems/msdos/dviware/xdvi-dos/src/fontfmts.c
blob: 69a0963d09eeb18b56a5b58694f679823be3cf8c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "xdvi.h"

#ifndef	X_NOT_STDC_ENV
#include <stdlib.h>
#endif

/***
 ***	Font reading routines are read into this file.
 ***/

#ifdef	USE_PK
#include "pk.c"
#endif

#ifdef	USE_GF
#include "gf.c"
#endif

#ifdef	USE_PXL
#include "pxl.c"
#endif