• Failed creating font
    6 replies, posted
So when I join to my server I get bunch of these errors and don't know how to fix them..I know that they are default fonts but yea..Any help ? Failed creating font 'Trebuchet18'! Failed creating font 'Trebuchet18'! Failed creating font 'Default'! Failed creating font 'DeJaVu Sans'! Failed creating font 'DejaVu Sans'! Failed creating font 'DejaVu Sans'! Failed creating font 'ChatFont'! Failed creating font 'Montserrat'! Failed creating font 'Montserrat'! Failed creating font 'Montserrat'!
I get the same error, alot of people get the same error. Nothing we can do about it, besides the gmod devs
Thanks can you help me with one thing my Chat addon has one font and its redownloading it all the time..I did add this in code down below but its still redownloading it I use atlaschat resource.AddFile( "resource/fonts/opensans_semiboldItalic.ttf" )
Also I wanted to ask here since it's a relevant thread... does anyone know if theres a way to "supress" these messages in console? Is there a way to say if string("Failed creating font"...) then hide console msg ?
I think fonts download every time by default, I remember downloading the same font repeatedly from another server back in the day, and trust me when I said those guys knew what they were doing. con_filter_enable 1 con_filter_text_out font in console. Can put it in an autoexec or whatever.
Well I fixed that..semiItalic I was capital insted of i so fuck you who ever did this...Thanks anyway !
Sometimes it has to do with the Information that the Font its used from surface.CreateFont dont exist. I mean Trebuchet18 is the TTF font Trebuchet MS you have to create a surface.CreateFont Trebuchet18 and as font u have to select Trebuchet MS. the same for the boogaloo font.. Just create a font and look into the ttf file with windows fonts installer and look at the name u have to use.
Sorry, you need to Log In to post a reply to this thread.