diff options
Diffstat (limited to 'Build/source/texk/ttf2pk2/ttfaux.h')
-rw-r--r-- | Build/source/texk/ttf2pk2/ttfaux.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/Build/source/texk/ttf2pk2/ttfaux.h b/Build/source/texk/ttf2pk2/ttfaux.h new file mode 100644 index 00000000000..6670effe940 --- /dev/null +++ b/Build/source/texk/ttf2pk2/ttfaux.h @@ -0,0 +1,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 */ |