wx.NativeFontInfo is platform-specific font representation: this class should be considered as an opaque font description only used by the native functions, the user code can only get the objects of this type from somewhere and pass it somewhere else (possibly save them somewhere using wx.ToString and restore them using wx.FromString )
See |
|
See |
|
See |
|
See |
|
See |
|
Possible constructors:
NativeFontInfo() -> None
NativeFontInfo(info) -> None
NativeFontInfo is platform-specific font representation: this class should be considered as an opaque font description only used by the native functions, the user code can only get the objects of this type from somewhere and pass it somewhere else (possibly save them somewhere using ToString() and restore them using FromString())
__init__ (self)
None
__init__ (self, info)
info (wx.NativeFontInfo)
None
s (string)
bool
s (string)
bool
str
float
int
int
bool
None
encoding (FontEncoding)
None
SetFaceName (self, facename)
facename (string)
bool
SetFaceName (self, facenames)
facenames (list of strings)
None
family (FontFamily)
None
pointsize (float)
None
weight (int)
None
pointsize (int)
None
underlined (bool)
None
weight (FontWeight)
None
str
str
str
See GetEncoding
and SetEncoding
See GetFaceName
and SetFaceName
See GetNumericWeight
and SetNumericWeight
See GetPointSize
and SetPointSize
See GetUnderlined
and SetUnderlined