I have a small AutoIt application which uses the _GDIPlus_Graphics calls, so are these available in the dll's?
Is there a reference as to which functions are included or missing from the subset?
Ok, thanks for all the info, it appears that by using _GDIPlus_GraphicsDrawString() the colour can't be changed.
So I just need to use _GDIPlus_GraphicsDrawStringEx().
Thanks for the reply, yes, I had seen that but it looked unnecessarily complex. I'd still like to know if it's possible to change the colour using _GDIPlus_GraphicsDrawString.
I'm using _GDIPlus_GraphicsDrawString to draw text on a bitmap image which works fine but I can't get it to draw the text in any other colour than black.
How can I change the colour of text drawn with this function.