gb.display.fontSize

From Gamebuino Wiki
Revision as of 2014-06-24T20:37:15 by Rodot (talk | contribs) (Rodot moved page Gb.display.fontScale to Gb.display.fontSize without leaving a redirect)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Description

Change the size of the font when using gb.display.print.

Syntax

gb.display.fontSize = size;

Value

  • how much you want to scale up the font. Default value is 1. You probably don't wan't do go over 2-3 or the font won't fit the screen.

Example

See also