Cherry/3D2D-Textscreens

Can you add the option to use a bigger font?

collinator24 opened this issue · 10 comments

Can you add the option to use a bigger font? I want to make a store with my friends on my server but the max font size is super small, even when I manually update the number past the slider it does not change it.

Hey, thanks for the suggestion. The font is explicitly clamped at 100 max right now to prevent abuse.

size = math.Clamp(size, 1, 100)

I'm not really sure I want to increase this limit. Can you show me a use-case where the font is too small?

Not currently, no. From testing, 100 is a good medium between being invasive and being too small. I'd be happy to consider increasing the limit if you can provide a good use-case. 😃 Do you have some screenshots of where you'd want to see the text bigger?

I think 100 is the limit in general for all fonts.
I still get these e-mail notifications from an account, I already deleted.
So I am here again.

Could you please not comment twice.
If you want something specifically for you, do it yourself.

As far as I know, it is not even possible going over 100 in a font, so the only way is to make the cam.3d2d bigger which should look even more ugly than it looks now.

@mcNuggets1 No need to be aggressive. @collinator24 was just asking a very reasonable question. 😃 I'm going to lock this now - I have all the information I need and will get back to you if this is something I want to change in the future.

Thanks again for the suggestion!

Just make a config variable and default it to 100. Easy.