This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
ComputerCraftFan11's profile picture

Le Random Font Program (FTTS)

Started by ComputerCraftFan11, 15 December 2012 - 06:35 PM
ComputerCraftFan11 #1
Posted 15 December 2012 - 07:35 PM
Le Random font program has appeared!

I got bored while programming n00b (hard doing it alone :P/>) and quickly made this, its a font program to have custom fonts in your PC. It comes with 1 preinstalled font and a font folder.

How to install:

pastebin get XLtP8Z56 ftts

When you run it, it gives you a function called loadFont( <path to font> ), using that will replace the current char set (ONLY a-z and A-Z) until you change it back ( you currently cant :C ).

How to make a new fontset:
Spoiler
  1. Open a new file
  2. In line 1, write every char lowercase
  3. In line 2, write every char uppercase
  4. ???
  5. PRESTO!

( This was made for Sᴍᴀʟʟᴄᴀᴘs but CC doesn't support that :C )
Goof #2
Posted 15 December 2012 - 08:16 PM
Screenshots ?

:D/>
ComputerCraftFan11 #3
Posted 15 December 2012 - 08:28 PM
Screenshots ?

:D/>

Hereya go:
immibis #4
Posted 15 December 2012 - 08:43 PM
That is hilarious.
Goof #5
Posted 15 December 2012 - 11:17 PM
So it still remembers the real code… Cool :D/>
GravityScore #6
Posted 16 December 2012 - 03:40 AM
Love it! So fun to play with…
ComputerCraftFan11 #7
Posted 16 December 2012 - 02:49 PM
I updated capital letters being lowercase :D/>