wxPython – wx.MenuItem 中的 SetFont()函数
在本文中,我们将学习与 wxPython 的 wx.MenuItem 类关联的 SetFont()函数。 SetFont()函数用于设置与菜单项关联的字体。
它将字体作为参数,即 wx.Font 对象。
Syntax:
Parameters:
Parameter | Input Type | Description |
---|---|---|
font | wx.Font | font to be set for menu item. |
代码示例:
wx.MenuItem.SetFont(self, font)
输出: