Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

iesika

Members
  • Content Count

    1
  • Joined

  • Last visited

About iesika

  • Rank
    Junior Member

Profile Information

  • Gender
    Not Telling

Recent Profile Visitors

870 profile views
  1. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.