dodle
December 8th, 2008, 08:23 AM
I've been able to set fonts for my applications using the following:
wx.Font(14, wx.ROMAN, wx.NORMAL, wx.NORMAL)
But, I now want to use a font that I've downloaded into the source directory and haven't been able to figure out how. How can I do this?
wx.Font(14, wx.ROMAN, wx.NORMAL, wx.NORMAL)
But, I now want to use a font that I've downloaded into the source directory and haven't been able to figure out how. How can I do this?