irinel1996 Posted September 16, 2011 Share Posted September 16, 2011 Hi. I'd like to know how make a new font. ___________ Thanks! Link to comment
JR10 Posted September 16, 2011 Share Posted September 16, 2011 Make a new font or add it to MTA? Make a new font, IDK, maybe youtube or google. Add it: guiCreateFont, dxCreateFont --example: local font = dxCreateFont ( "font.ttf" , 10 ) addEventHandler( "onClientRender", root, function() dxDrawText( "New Font", 100, 350, 300, 350, tocolor(255,255,0), 1, font) end ) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now