monitor.setTextScale

From ComputerCraft Wiki
Revision as of 06:36, 5 December 2012 by 74.83.247.118 (Talk) (Clarifying All)

Jump to: navigation, search


Grid Redstone.png  Function monitor.setTextScale
Sets the size of all 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