
FontsWe create different kinds of fonts with the wx.Font object. It has the following constructor: wx.Font(integer pointSize, wx.FontFamily family, integer style, integer weight, bool underline = false, string faceName = '', wx.FontEncoding encoding = wx.FONTENCODING_DEFAULT) The specified parameters can have the following options:...