First of all, I want to say sorry to all of you for my poor English. But now I have some questions about the function font_Draw( char *pString, unsigned short *pDest, int x, int y, int width, int height, int fontSets),which in ipnc_app/multimedia/encode_stream/font_util.c.
1. It's seems like use a Font Library : font_data,first open the library and read it , and the next step is draw the strings on image. But I really don't known how the function and the font library work? Could you tell me the process of draw strings on image?
2. I want to chage the color of font .How can I do ?? Is it related to the encode or the font library??
Finally thank you for your kind help!!!!![:)]