__cdecl IMAGE_PROC void PutCharacterFont(Image pImage, S_32 x, S_32 y, CDATA color, CDATA background, TEXTCHAR c, Font font); #define PutCharacter(i,x,y,fore,back,c) PutCharacterFont(i,x,y,fore,back,c,NULL )
image.h
background of color 0,0,0 is transparent - alpha component does not matter....
Functions