#ifndef NEDIT_FONTSEL_H_INCLUDED
#define NEDIT_FONTSEL_H_INCLUDED
#include <X11/Intrinsic.h>
#include <X11/Xft/Xft.h>
char *FontSel(Widget parent, const char *curFont);
char* FontNameAddAttribute(
const char *name,
size_t len,
const char *attribute,
const char *value);
void FontSelSetColors(XftColor fg, Pixel bg);
#endif