Jump to content

linknet

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by linknet

  1. Thanks for the information. It's disappointing that it is only a subset of AutoIt.
  2. 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?
  3. 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().
  4. 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.
  5. 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.
×
×
  • Create New...