22 lines
328 B
C
22 lines
328 B
C
/*
|
|
* ttfaux.h
|
|
*
|
|
* This file is part of the ttf2pk package.
|
|
*
|
|
* Copyright 1997-1999 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 */
|