I want to change font size in opencomputers screen, but It seems that API does not exist.
So, I made this.
You can use range of characters from 0x0020 to 0x007E.
You can change font size (2-8). I recommend that you use size 4 or 8.
Download:
attachment file or github
API:
bigfont.load(size: number) -- load font file
bigfont.set(x: number, y: number, string: number, size: number) -- writes a string to the screen
Example:
local bigfont = require("bigfont")
local component = require("component")
local gpu = component.gpu
local w, h = gpu.getResolu