ParameterizedText
Function: ParameterizedText( | style='default', **properties) |
This can be used as an image. When used, this image is expected to have a single parameter, a string which is rendered as the image.
Example
init: image text1 = renpy.ParameterizedText(ypos=0.25) show text "centered." show text1 "1/4 of the way down the screen."