AzoraFred / chronolapse

Automatically exported from code.google.com/p/chronolapse
MIT License
0 stars 0 forks source link

Add control for screenshot timestamp color #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Would be nice to have control over the timestamp text color on screenshots.

If you want to do this manually to your source for now add

memDC.SetTextForeground('RED')

above

memDC.DrawText(stamp, 20, rect.height-30)

Use any of the standard color names or look up how to specify RGB colors in 
wxpython.

Would also be nice to just draw the same text with a black background 
underneath it first, then white. Or the opposite.

Original issue reported on code.google.com by kee...@gmail.com on 2 Oct 2012 at 7:13