dc.Clear()
dc.SetFont(wx.Font(16, wx.SWISS, wx.NORMAL, wx.BOLD, True))
dc.Clear()
dc.SetFont(wx.Font(16, wx.SWISS, wx.NORMAL, wx.BOLD, True))
dc.DrawBitmap(bmp, (25,100), True)
dc.SetFont(self.GetFont())
dc.DrawBitmap(bmp, (25,100), True)
dc.SetFont(self.GetFont())
-wxMSW and wxGTK now support alpha channels of supported image
-types, and will properly blend that chennel when drawing a
+wxMSW and wxMac now support alpha channels of supported image
+types, and will properly blend that channel when drawing a
bitmap. It is not supported yet on wxGTK, (if you would like to
change that please submit a patch!)
bitmap. It is not supported yet on wxGTK, (if you would like to
change that please submit a patch!)