No longer trap fatal signals
[notion/jeffpc.git] / de / fontset.h
blobf35394cd6036769f7e21f6ee3eb6f3114984604c
1 /*
2 * ion/de/fontset.h
4 * Copyright (c) Tuomo Valkonen 1999-2009.
6 * See the included file LICENSE for details.
7 */
9 #ifndef ION_DE_FONTSET_H
10 #define ION_DE_FONTSET_H
12 #include <ioncore/common.h>
13 #include <ioncore/gr.h>
15 extern XFontSet de_create_font_set(const char *fontname);
17 #endif /* ION_DE_FONTSET_H */