Text - HermesPasser/Ramu GitHub Wiki

class Text : Drawable

Description

Displays a simple text.

Constructor Parameters

  • string text: Text to be displayed.
  • int x: Position in x.
  • int y: Position in y.
  • int maxWidth: Line width.
  • int lineHeight: Line height. (optional, default is 25)

Properties

Inherited Members