Package motherhamster :: Module prettytext :: Class GlyphImage

Class GlyphImage



object --+    
         |    
     Image --+
             |
            GlyphImage

an image that can be rendered, which represents a glyph in a font, after all relevant filter effects have been applied

Instance Methods
 
__init__(self, surface, hotspot, char_spacing)

Inherited from Image: __del__

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

Properties

Inherited from Image: height, size, width

Inherited from object: __class__

Method Details

__init__(self, surface, hotspot, char_spacing)
(Constructor)

 
Overrides: Image.__init__