contrib/OWB: add correct SDL dependency, fix compilers used
[AROS-Contrib.git] / freetype1 / contrib / ttf2pk / ttfaux.h
blob5737c2fab60b5a1fca9482019d56f6ea81c6f8e1
1 /*
2 * ttfaux.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 TTFAUX_H
12 #define TTFAUX_H
14 #include "ttf2tfm.h"
16 void readttf(Font *fnt, Boolean quiet, Boolean only_range);
18 #endif /* TTFAUX_H */
21 /* end */