| Method Summary |
| Font |
__init__(self,
pointSize,
family,
style,
weight,
underline,
face,
encoding)
|
| |
__del__(self)
|
| bool |
__eq__(self,
other)
|
| bool |
__ne__(self,
other)
|
| |
__nonzero__(self)
|
| |
__repr__(self)
|
| int |
GetDefaultEncoding()
(Static method)
|
| int |
GetEncoding(self)
|
| String |
GetFaceName(self)
|
| int |
GetFamily(self)
|
| String |
GetFamilyString(self)
|
| NativeFontInfo |
GetNativeFontInfo(self)
|
| String |
GetNativeFontInfoDesc(self)
|
| String |
GetNativeFontInfoUserDesc(self)
|
| bool |
GetNoAntiAliasing(self)
|
| Size |
GetPixelSize(self)
|
| int |
GetPointSize(self)
|
| int |
GetStyle(self)
|
| String |
GetStyleString(self)
|
| bool |
GetUnderlined(self)
|
| int |
GetWeight(self)
|
| String |
GetWeightString(self)
|
| bool |
IsFixedWidth(self)
|
| bool |
IsUsingSizeInPixels(self)
|
| bool |
Ok(self)
|
| |
SetDefaultEncoding(encoding)
(Static method)
|
| |
SetEncoding(self,
encoding)
|
| |
SetFaceName(self,
faceName)
|
| |
SetFamily(self,
family)
|
| |
SetNativeFontInfo(self,
info)
|
| |
SetNativeFontInfoFromString(self,
info)
|
| |
SetNativeFontInfoUserDesc(self,
info)
|
| |
SetNoAntiAliasing(self,
no)
|
| |
SetPixelSize(self,
pixelSize)
|
| |
SetPointSize(self,
pointSize)
|
| |
SetStyle(self,
style)
|
| |
SetUnderlined(self,
underlined)
|
| |
SetWeight(self,
weight)
|