Module texutil :: Class Text_Image
[hide private]
[frames] | no frames]

Class Text_Image

source code

object --+
         |
        Text_Image

Instance Methods [hide private]
 
__init__(self, filename, x=0.0, y=0.0, height=1.0, width=1.0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
draw(self, x_angle, y_angle, view_distance) source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, filename, x=0.0, y=0.0, height=1.0, width=1.0)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)