#ifndef __font_h
#define __font_h

int font_exists(char *name,int x,int y);

#endif
