/ . / Ilabel / Label.py / Character
Methods
|
|
|
__setattr__
|
__setattr__ (
self,
attr,
val,
)
|
|
__getattr__
|
__getattr__ ( self, attr )
Exceptions
|
|
AttributeError, "Unknown attribute '%s'" % attr
|
|
|
__unicode__
|
__unicode__ ( self )
|
|
__init__
|
__init__ (
self,
c,
fontName=None,
size=None,
rgba=None,
baselineOffset=None,
style=None,
)
|
|
|