summaryrefslogtreecommitdiff
path: root/Build/source/texk/ttf2pk2/vplaux.h
blob: cd30f908de43ea9261d904cedd759fb2444dfea8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 *   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);
void writeovp(Font *fnt);

#endif /* VPLAUX_H */


/* end */