contrib/OWB: add correct SDL dependency, fix compilers used
[AROS-Contrib.git] / freetype1 / contrib / ttf2pk / parse.h
blob0816d4e33968230cb69179c7fcd04bd2bd14bdf9
1 /*
2 * parse.h
4 * This file is part of the ttf2pk package.
6 * Copyright 1997-1999 by
7 * Frederic Loyer <loyer@ensta.fr>
8 * Werner Lemberg <wl@gnu.org>
9 */
11 #ifndef PARSE_H
12 #define PARSE_H
14 #include "ttf2tfm.h"
16 encoding *readencoding(char **enc, Font *fnt, Boolean ignoreligkern);
17 void get_replacements(Font *fnt);
19 #endif /* PARSE_H */
22 /* end */