Posted: 1st Feb 2022 0:48
Hi,

I have a 3rd party font I'm trying to use, but it isn't working in my program. I put it in my media folder, but every time I try to load it using "media\nevis.ttf" file path it doesn't find it. So I try to load it with just the file name and leave it in the media folder and there is no error, but it isn't working in the program.

Is there any known issues with this as far as the command or using the media folder in the file path?

+ Code Snippet
LoadFont(1, "nevis-bold.ttf")
Posted: 1st Feb 2022 1:41
Load it without "media/" and you have to set the font via SetTextFont() for a text field or SetPrintFont() for the Print() function
Posted: 1st Feb 2022 2:35
Load it without "media/" and you have to set the font via SetTextFont() for a text field or SetPrintFont() for the Print() function


I can't believe I forgot about having to set the font lol. Thank you for reminding me blink0k