FreeBASIC  0.91.0
gfx_drawstring.c File Reference
#include "fb_gfx.h"
Include dependency graph for gfx_drawstring.c:

Go to the source code of this file.

Data Structures

struct  FBGFX_CHAR
 

Typedefs

typedef struct FBGFX_CHAR FBGFX_CHAR
 

Functions

FBCALL int fb_GfxDrawString (void *target, float fx, float fy, int flags, FBSTRING *string, unsigned int color, void *font, int mode, PUTTER *putter, BLENDER *blender, void *param)
 

Typedef Documentation

typedef struct FBGFX_CHAR FBGFX_CHAR

Function Documentation

FBCALL int fb_GfxDrawString ( void *  target,
float  fx,
float  fy,
int  flags,
FBSTRING string,
unsigned int  color,
void *  font,
int  mode,
PUTTER putter,
BLENDER blender,
void *  param 
)

Definition at line 35 of file gfx_drawstring.c.

Here is the call graph for this function: