So I am using a custom module which is a custom font importer, (Click here for Github). But I noticed that the images used for importing smaller fonts, are too small for Roblox’s Community Guidelines. Is there any workaround to import these images with smaller fonts.
(I searched up about this topic specifically I found one but gone unanswered.)
Any questions ask away! Any Solutions please do tell!
I am trying to import custom fonts which are in images, The module I use takes these images to make custom fonts in roblox. But the image of the fonts has text that is too small for roblox’s community guidelines. (Because each font size gets smaller and smaller)
If I understand your issue correctly, you can upload each letter at the max resolution (1024x1024), and then make a system that is tied in with the associated key values. Oh, then you can resize the images as needed.
To clarify: I can make the images the maximum size then configure the system to resize when needed? If yes ill try that as soon as I am at my computer.
FYI Each image has more than one letter but gets smaller each line.
With the method I am describing, you will have to upload each letter individually and within Studio resize the letters the way you had them originally.
I used the font editor to write up a big font map then made it smaller manually. (Which pretty much is resizing individual letters.) Thank you so much!