• Font is too big.
    1 replies, posted
Hi, i´m trying to draw some text on some model via draw.DrawText(). But the problem is that i cant get the Text small enough. surface.CreateFont( "test", { font = "UiBold", -- Use the font-name which is shown to you by your operating system Font Viewer, not the file name extended = true, size = 1, weight = 1000, blursize = 0, scanlines = 0, antialias = true, underline = false, italic = false, strikeout = true, symbol = false, rotary = false, shadow = false, additive = false, outline = false, } )
Sorry, you need to Log In to post a reply to this thread.