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())
 <h2><center>Images with Alpha</center></h2>
 
 wxMSW and wxMac now support alpha channels of supported image
 <h2><center>Images with Alpha</center></h2>
 
 wxMSW and wxMac now support alpha channels of supported image
 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!)