Package motherhamster :: Module prettytext :: Class GlyphString

Class GlyphString



object --+
         |
        GlyphString

Instance Methods
 
__init__(self, font, default_text='')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
 
set(self, new_text)
 
update(self)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties
  text
  font
  image

Inherited from object: __class__

Method Details

__init__(self, font, default_text='')
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

Property Details

text

Get Method:
motherhamster.prettytext.GlyphString._get_text(self)
Set Method:
motherhamster.prettytext.GlyphString.set(self, new_text)

font

Get Method:
motherhamster.prettytext.GlyphString._get_font(self)
Set Method:
motherhamster.prettytext.GlyphString._set_font(self, new_font)

image

Get Method:
motherhamster.prettytext.GlyphString._get_image(self)
Set Method:
motherhamster.prettytext.GlyphString._set_image(self, new_image)