Skip to content

Instantly share code, notes, and snippets.

@brigand
Created October 24, 2012 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brigand/3943167 to your computer and use it in GitHub Desktop.
Save brigand/3943167 to your computer and use it in GitHub Desktop.
#Include <GDIp>
#Include <GDIpHelper>
SetUpGDIP()
StartDrawGDIP()
ClearDrawGDIP()
Gdip_SetSmoothingMode(G, 4)
; ex. "x460 y190 cff000000 r4 s72"
Gdip_TextToGraphics(G, "Hey, I did it!", "x350 y200 cffff0000 r4 s68")
EndDrawGDIP()
return
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment