module documentation

Helpers for rendering text. Rarely needed to be used directly.

Class AskDialog Shows a text box and handles key events, while rendering them to the UI as typed. Only one line is allowed and RETURN submits the line. Callers should use this like a sprite, then await on the done() future to get the string that was typed.
Function render_text Undocumented
def render_text(font, text, rect, color=color.BLACK, bgcolor=None, justification='left'):

Undocumented