Difference between revisions of "Monitor.setTextScale"
From ComputerCraft Wiki
MathManiac0 (Talk | contribs) m |
m (Added to CAT:APIFunctions.) |
||
Line 13: | Line 13: | ||
}} | }} | ||
}} | }} | ||
+ | |||
+ | [[Category:API_Functions]] |
Revision as of 21:19, 28 November 2012
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
Example | |
Sets the monitor's text scale to 2. | |
Code |
monitor.setTextScale(2) |
Output | none |