2.7 sürümünde wx python'daki yazı tipi ayarını değiştirmeye çalışıyorum. SetFont is not defined
söyleyerek hata alıyorum. 2.7 besbelli yayınlanmaz2,7 sürümde wx python'da set fontunu kullanırken hata 2.7
import wx
text = wx.StaticText(panel, -1, 'my text', (20, 100))
font = wx.Font(18, wx.DECORATIVE, wx.ITALIC, wx.NORMAL)
text.SetFont(font)
göster. Ben Belki wx ithalat SetFont' gelen 'denemek ithalat WX –
... – Nitesh
kullanıyorum –