/* * ttfaux.h * * This file is part of the ttf2pk package. * * Copyright 1997-1999, 2000 by * Frederic Loyer * Werner Lemberg */ #ifndef TTFAUX_H #define TTFAUX_H #include "ttf2tfm.h" void readttf(Font *fnt, Boolean quiet, Boolean only_range); #endif /* TTFAUX_H */ /* end */