• Font Size
    2 replies, posted
I found a ttf online and added it to resource/fonts. The font loads fine but I can't seem to change the size at all? It's tiny no matter what I set size to in surface.CreateFont(). What am I doing wrong? [CODE] local marker_font = surface.CreateFont("Marker", { font = "Permanent Marker", size = "50", }) [/CODE]
Size is not a string, it's an integer. Change "50" to 50.
Thanks.. I'm an idiot..
Sorry, you need to Log In to post a reply to this thread.