1 #ifndef BZ_GFX_FONT_INTERNAL_H
2 #define BZ_GFX_FONT_INTERNAL_H
8 #include <bz/gfx/font.h>
10 typedef void (*BZFontRenderPixelSetFunction
)(int, int, int);
12 extern void bzGfxRenderFont(BZFontRenderPixelSetFunction pixelSetFunction
, int *xPosition
, int *yPosition
, BZFontID font
, int color
, const char *text
);