gb.display.textWrap

From Gamebuino Wiki
Revision as of 2014-06-24T22:33:09 by Rodot (talk | contribs) (Created page with "{{lowercase}} __NOTOC__ == Description == Choose if the text will wrap when it reaches the right border of the screen or not. == Syntax == <pre>gb.display.textWrap = true;</p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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