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:
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:
( This was made for Sᴍᴀʟʟᴄᴀᴘs but CC doesn't support that :C )
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
- Open a new file
- In line 1, write every char lowercase
- In line 2, write every char uppercase
- ???
- PRESTO!
( This was made for Sᴍᴀʟʟᴄᴀᴘs but CC doesn't support that :C )