monitor.setTextScale
From ComputerCraft Wiki
| Sets the size of all text on the monitor. | |
| Syntax | monitor.setTextScale(int scale) |
| Returns | nil |
| Part of | ComputerCraft |
| API | monitor |
Examples
| Sets the monitor's text scale to 2. | |
| Code |
monitor.setTextScale(2) |
| Output | none |