]> git.decadent.org.uk Git - ion3.git/blob - de/fontset.h
994c769c0920bbe0cf9bea5210208dcaea25bddf
[ion3.git] / de / fontset.h
1 /*
2  * ion/de/fontset.h
3  *
4  * Copyright (c) Tuomo Valkonen 1999-2007. 
5  *
6  * Ion is free software; you can redistribute it and/or modify it under
7  * the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation; either version 2.1 of the License, or
9  * (at your option) any later version.
10  */
11
12 #ifndef ION_DE_FONTSET_H
13 #define ION_DE_FONTSET_H
14
15 #include <ioncore/common.h>
16 #include <ioncore/gr.h>
17
18 extern XFontSet de_create_font_set(const char *fontname);
19
20 #endif /* ION_DE_FONTSET_H */