]> git.decadent.org.uk Git - ion3.git/blob - de/fontset.h
Imported Upstream version 20090110
[ion3.git] / de / fontset.h
1 /*
2  * ion/de/fontset.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2009. 
5  *
6  * See the included file LICENSE for details.
7  */
8
9 #ifndef ION_DE_FONTSET_H
10 #define ION_DE_FONTSET_H
11
12 #include <ioncore/common.h>
13 #include <ioncore/gr.h>
14
15 extern XFontSet de_create_font_set(const char *fontname);
16
17 #endif /* ION_DE_FONTSET_H */