repo.or.cz
/
AROS-Contrib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
contrib/OWB: add correct SDL dependency, fix compilers used
[AROS-Contrib.git]
/
freetype1
/
contrib
/
ttf2pk
/
ttfaux.h
blob
5737c2fab60b5a1fca9482019d56f6ea81c6f8e1
1
/*
2
* ttfaux.h
3
*
4
* This file is part of the ttf2pk package.
5
*
6
* Copyright 1997-1999 by
7
* Frederic Loyer <loyer@ensta.fr>
8
* Werner Lemberg <wl@gnu.org>
9
*/
10
11
#ifndef TTFAUX_H
12
#define TTFAUX_H
13
14
#include
"ttf2tfm.h"
15
16
void
readttf
(
Font
*
fnt
,
Boolean quiet
,
Boolean only_range
);
17
18
#endif
/* TTFAUX_H */
19
20
21
/* end */