gb.display.textWrap

From Gamebuino Wiki
Jump to: navigation, search

Description

Choose if the text will wrap when it reaches the right border of the screen or not.

Syntax

gb.display.textWrap = true;

Value

  • true: text will wrap
  • false: text won't wrap

Example

See also