Difference between revisions of "Monitor.setTextScale"
From ComputerCraft Wiki
m (Int linking fix.) |
(Clarifying All) |
||
Line 5: | Line 5: | ||
|api=peripheral | |api=peripheral | ||
|addon=ComputerCraft | |addon=ComputerCraft | ||
− | |desc=Sets the size of | + | |desc=Sets the size of all text on the monitor. |
|examples= | |examples= | ||
{{Example | {{Example |
Revision as of 06:36, 5 December 2012
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
Example | |
Sets the monitor's text scale to 2. | |
Code |
monitor.setTextScale(2) |
Output | none |