repo.or.cz
/
AROS-Contrib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
contrib/OWB: add correct SDL dependency, fix compilers used
[AROS-Contrib.git]
/
freetype1
/
contrib
/
ttf2pk
/
vplaux.h
blob
f6281d8874ab2ea3214fbf2f0b30243ee3030084
1
/*
2
* vplaux.h
3
*
4
* This file is part of the ttf2pk package.
5
*
6
* Copyright 1997-1999 by
7
* Frederic Loyer <loyer@ensta.fr>
8
* Werner Lemberg <wl@gnu.org>
9
*/
10
11
#ifndef VPLAUX_H
12
#define VPLAUX_H
13
14
#include
"ttf2tfm.h"
15
16
17
void
writevpl
(
Font
*
fnt
,
char
makevpl
,
Boolean forceoctal
);
18
void
upmap
(
Font
*
fnt
);
19
20
#endif
/* VPLAUX_H */
21
22
23
/* end */