1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
/* * ttfaux.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 TTFAUX_H #define TTFAUX_H #include "ttf2tfm.h" void readttf(Font *fnt, Boolean quiet, Boolean only_range); #endif /* TTFAUX_H */ /* end */