xine-lib 1.2.11
Typedefs | Functions
gfontlib.h File Reference
#include "goom_graphic.h"

Go to the source code of this file.

Typedefs

typedef struct goomfont_s goomfont_t
 

Functions

goomfont_tgfont_load (void)
 
void gfont_unload (goomfont_t **)
 
void goom_draw_text (goomfont_t *, Pixel *buf, int resolx, int resoly, int x, int y, const char *str, float chspace, int center)
 

Typedef Documentation

◆ goomfont_t

typedef struct goomfont_s goomfont_t

Function Documentation

◆ gfont_load()

goomfont_t * gfont_load ( void  )

◆ gfont_unload()

void gfont_unload ( goomfont_t **  pp)

◆ goom_draw_text()

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