Module Credits :: Class Text
[hide private]
[frames] | no frames]

Class Text

source code

Element --+
          |
         Text

Instance Methods [hide private]
 
__init__(self, font, scale, color, alignment, text) source code
 
getHeight(self)
Returns: The height of this element in fractions of the screen height
source code
 
render(self, offset)
Render this element.
source code
Method Details [hide private]

getHeight(self)

source code 
Returns:
The height of this element in fractions of the screen height
Overrides: Element.getHeight
(inherited documentation)

render(self, offset)

source code 
Render this element.
Overrides: Element.render
(inherited documentation)