__cdecl IMAGE_PROC void PutCharacterFont(Image pImage, S_32 x, S_32 y, CDATA color, CDATA background, _32 c, Font font); void (* PutCharacterFont)(Image pImage, S_32 x, S_32 y, CDATA color, CDATA background, _32 c, Font font);
image.h
background of color 0,0,0 is transparent - alpha component does not matter....
Functions