Difference between revisions of "Monitor.setTextScale"

From ComputerCraft Wiki
Jump to: navigation, search
m (Int linking fix.)
(Clarifying All)
Line 5: Line 5:
 
|api=peripheral
 
|api=peripheral
 
|addon=ComputerCraft
 
|addon=ComputerCraft
|desc=Sets the size of the text on the monitor.
+
|desc=Sets the size of all text on the monitor.
 
|examples=
 
|examples=
 
{{Example
 
{{Example

Revision as of 06:36, 5 December 2012


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