Difference between revisions of "Gb.display.fontSize"

From Gamebuino Wiki
Jump to: navigation, search
(Created page with "{{lowercase}} __NOTOC__ == Description == Change the scale of the font when using <code>gb.display.print</code>. == Syntax == <pre>gb.display.setTextSize(scale);</pre> == Pa...")
 
m (Rodot moved page Gb.display.setTextSize to Gb.display.textSize without leaving a redirect: setter changed to public var)
(No difference)

Revision as of 2014-06-24T21:26:28

Description

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

Syntax

gb.display.setTextSize(scale);

Parameters

  • scale (byte): 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.

Returns

none

Example

See also