New Font UI [Live]

When i choose a front for a text label, i pick all the fronts for see what is the best. This feature will help me a lot. Thanks you!

How do I use this in code? I can’t find any documentation for using Font.new(font, weight, style)

textlabel.FontFace = Font.new("SpecialElite",Enum.FontWeight.Bold,Enum.FontStyle.Italic) 

It always gives me ‘temp read failed’ for the font family, regardless of what I try:
image

1 Like

This is cool and all, but, I feel like some fonts were removed (like Arcade) that I would really like back.

Nope, those are just renamed. Arcade is now Press Start 2P (like the actual file names)

See the “Renamed fonts” section in the original post

1 Like

I think the Bold and Italic style buttons don’t fit the theme of Roblox Studio. Might just be because I’m in DarkMode but shouldn’t they just be dropdown menus?

good idea, will be cool to have this. if they do this it might be one of the best updates.

Both of them can be applied at the same time. Why would they be a drop-down menu in which only one item is supposed to be selected at a time?

Nice! This feature should be a game changer for UI Devs!

Kind of disappointed when I found out this wasn’t an update to allow us to use custom fonts but I guess this is still useful : /.

This is a Very Great Update for Developers like me, Most Fonts that were on the Platform i Never knew because they were always Set as the Same Exact Text Font

finally a update about this :))

now i dont need to try all fonts one by one :))

Wow this is a nice update! developers can save time from this update, so we know what choices of fonts we want!

For this to work, you need to use an asset ID, like this:

textlabel.FontFace = Font.new("rbxasset://fonts/families/SpecialElite.json", Enum.FontWeight.Bold, Enum.FontStyle.Italic) 

However, now that you’ve pointed out, I think it would be a good idea to make your example work. I’m going to propose that.

11 Likes

Oh wow. I can’t wait for this to be public

Wait wait wait, WAIT hold all that jazz.

What happened to GothamBlack?

1 Like

Select Gotham SSm then select Black as the weight.
image

1 Like

Oh. But can we reverse this change? Or it is it kept forever?

2 Likes

Is it possible to have a Script which changes the FontFace to a random Font every 1.5 Seconds so you can make a Cool TextLabel?

Suprised this wasn’t added earlier

How can you set the Font Weight?