I am trying to use a monospaced font (preferably small) in MS Windows
with wxpython.  I have tried

txtctrl.SetFont(wx.Font(10, wx.MODERN, wx.NORMAL, wx.NORMAL, False, 
u'Consolas'))

but no success, I still get a proportional font.

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to