monitor.setTextScale

From ComputerCraft Wiki
Revision as of 16:40, 13 November 2012 by MathManiac0 (Talk | contribs)

Jump to: navigation, search


Grid Redstone.png  Function monitor.setTextScale
Sets the size of the text on the monitor.
Syntax monitor.setTextScale(int scale)
Returns nil
Part of ComputerCraft
API peripheral

Examples

Grid paper.png  Example
Sets the monitor's text scale to 2.
Code
monitor.setTextScale(2)
Output none