Did some modifications to ArceusInator's Custom Font Service

I started to work on bringing a pretty cool looking font called Gang Wolfik, but than I ran into a few issues…

  1. No way to overlap letters
  2. (Bug) Extensions not listed in both tenses with all lowercase acting wrong
  3. Color would be nice
    Here is the first result:

First one has no set color. The sheet is set to white, but the default is 0,0,0, so it sets to that. (Edit: Opps… forgot an R)
Second is set to 1,150/255,0, giving a nice orange.

Other notes:
Gang Wolfik (the font I used to help with the modiciations) is included, with the other two free fonts. I might do more fonts if you guys want. :wink:
Any old version (ex: The given fonts from the original) still work. Made this so old ones with no X-Axis changes or color defaults are unaffected.
To make it not clog Workspace or make the client unable to see it, it is recommended you put the modules into ReplicatedStorage. The FontBin MUST go into ReplicatedStorage.

If you have a request for another modification let me know. Remember, color only works on white letters to have it’s color set because that is how ImageColor3 works.

Edit: It would be helpful… if I gave a link to where it is takeable: http://www.roblox.com/Modified-Custom-Font-Service-item?id=184618886

Original version: Documentation - Roblox Creator Hub

Awesome! I’ll check it out once I get back to my desktop tomorrow. Might end up putting a link to yours in my description.

Ok. I did not do any massive changes… maybe 20 line changes or less.

It’s still better than the original, though. That’s reason enough for me to prefer it.

I’ve actually got a rewritten version that includes all this and more and I plan to give it out as soon as it’s finished.

It appears attempting to use 2 or more custom characters (even if they are the same] acts weird. I will take a look for the cause. This goes for the original and my version.