Skip to content
Douglas Lacerda edited this page Dec 2, 2018 · 2 revisions

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

Clone this wiki locally