Text

Some description of the Text-class

Constructor / Destructor

  • Text(layer, font, value, x, y, w, h)
  • Delete()

    Deletes the text.

Members

  • SetText(value)

    Sets the text for the text.

  • SetRect(x, y, w, h)

    Sets the rect for the text.

  • SetFont(font)

    Sets the font for the text.

  • SetColor(r, g, b, a)

    Sets the color for the text.

Example usage