summaryrefslogtreecommitdiffstats
path: root/gst/goom/gfontlib.h
blob: 0520b7da9f46ec51c17a40e5bdf72db16631a82d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _GFONTLIB_H
#define _GFONTLIB_H

#include "goom_graphic.h"

void gfont_load (void);
void goom_draw_text (Pixel * buf,int resolx,int resoly, int x, int y,
		const char *str, float chspace, int center);

#endif