Discord
Steam
/
Garry's Mod
/
Help
/
Missing fonts ..
Login/Join
Event Log
Missing fonts on DarkRP
3 replies, posted
Search
In This Thread
I've tried playing DarkRP and all of the fonts have been replaced with arial. Is there a way to fix this?
Hello GrizzlyHunter, Try to download the DarkRP fonts. going through the DarkRP fonts file it tells me you need [CODE]-----------------------------------------------------------------------------[[ /*--------------------------------------------------------------------------- The fonts that DarkRP uses ---------------------------------------------------------------------------*/ -----------------------------------------------------------------------------]] local function loadFonts() surface.CreateFont ("DarkRPHUD1", { size = 16, weight = 600, antialias = true, shadow = true, font = "DejaVu Sans"}) surface.CreateFont ("DarkRPHUD2", { size = 23, weight = 400, antialias = true, shadow = false, font = "coolvetica"}) surface.CreateFont("Trebuchet18", { size = 18, weight = 500, antialias = true, shadow = false, font = "Trebuchet MS"}) surface.CreateFont("Trebuchet19", { size = 19, weight = 500, antialias = true, shadow = false, font = "Trebuchet MS"}) surface.CreateFont("Trebuchet20", { size = 20, weight = 500, antialias = true, shadow = false, font = "Trebuchet MS"}) surface.CreateFont("Trebuchet22", { size = 22, weight = 500, antialias = true, shadow = false, font = "Trebuchet MS"}) surface.CreateFont("Trebuchet24", { size = 24, weight = 500, antialias = true, shadow = false, font = "Trebuchet MS"}) surface.CreateFont("TabLarge", { size = 17, weight = 700, antialias = true, shadow = false, font = "Trebuchet MS"}) surface.CreateFont("UiBold", { size = 16, weight = 800, antialias = true, shadow = false, font = "Default"}) surface.CreateFont("HUDNumber5", { size = 30, weight = 800, antialias = true, shadow = false, font = "Default"}) surface.CreateFont("ScoreboardHeader", { size = 32, weight = 500, antialias = true, shadow = false, font = "coolvetica"}) surface.CreateFont("ScoreboardSubtitle", { size = 22, weight = 500, antialias = true, shadow = false, font = "coolvetica"}) surface.CreateFont("ScoreboardPlayerName", { size = 19, weight = 500, antialias = true, shadow = false, font = "coolvetica"}) surface.CreateFont("ScoreboardPlayerName2", { size = 15, weight = 500, antialias = true, shadow = false, font = "coolvetica"}) surface.CreateFont("ScoreboardPlayerNameBig", { size = 22, weight = 500, antialias = true, shadow = false, font = "coolvetica"}) surface.CreateFont("AckBarWriting", { size = 20, weight = 500, antialias = true, shadow = false, font = "akbar"})[/CODE]
I've installed all of those fonts however the problem persists.
Fonts are broken on Mac and Linux, wait for next update, maybe that will be fixed.
Sorry, you need to
Log In
to post a reply to this thread.