Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
wx.TextCtrlウィジェットのフォントをConsolas、または少なくとも別の等幅フォントに設定したいと思います。どうすればいいですか?
font1 = wx.Font(10, wx.MODERN, wx.NORMAL, wx.NORMAL, False, u'Consolas') myTextCtrl.SetFont(font1)