Package interphase :: Module util

Module util

Classes
  Text
Receives text to display on surface. Arguments include the target surface for text rendering, font_type is a list of alternate font names, and font_size is the font size.
Functions
 
load_image(filename, frames=1, path='data', zipobj=None, fileobj=None, colorkey=None, errorhandle=True)
Load image from file. Arguments include the image filename, the number of image frames in an image strip, the image path, zipobj for image in a zip file, fileobj for image in a file-like object, image colorkey, and errorhandle for exception handling.