summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk/vplaux.h
blob: 417d558ff53720a245649c6165471aca29885388 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 *   vplaux.h
 *
 *   This file is part of the ttf2pk package.
 *
 *   Copyright 1997-1999, 2000 by
 *     Frederic Loyer <loyer@ensta.fr>
 *     Werner Lemberg <wl@gnu.org>
 */

#ifndef VPLAUX_H
#define VPLAUX_H

#include "ttf2tfm.h"


void writevpl(Font *fnt, char makevpl, Boolean forceoctal);
void upmap(Font *fnt);

#endif /* VPLAUX_H */


/* end */