开发者

Changing the font on a wxPython TextCtrl widget

I'd like to set the font of a wx.TextCtr开发者_StackOverflowl widget to Consolas, or at least another monospaced font. How would I go about this?


font1 = wx.Font(10, wx.MODERN, wx.NORMAL, wx.NORMAL, False, u'Consolas')
myTextCtrl.SetFont(font1)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜