So basically, I want to simply change the font in a CUI element (say a label). I use the 'Font' tag and then write the file location of the font, but it never gets rendered. I have tried different kinds of strings to point to the file, but to no avail.
Is it possible to use a custom font, and if yes, how can I achieve that?
Thank you in advance!
Solved Configuring custom font for usage in CUI?
Discussion in 'Rust Development' started by TeamRequem, Sep 12, 2016.
-
Wulf Community Admin
Pretty sure you can't use custom fonts or any other than what it uses really.
-
-
The font is loaded from the assets, by default `RobotoCondensed-Bold.ttf` is used, you can only use the fonts that are available in `Assets/Content/UI/Fonts`. (rust-community/CommunityEntity.UI.cs at master · Facepunch/rust-community · GitHub)
-