monitor.setTextScale
From ComputerCraft Wiki
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 |