Brad96 Posted September 13, 2013 Share Posted September 13, 2013 I want to import a source for textlib of race in order to change the font of timeleft, as I do? thx Link to comment
EstrategiaGTA Posted September 17, 2013 Share Posted September 17, 2013 Define your font with: dxCreateFont And use it. Link to comment
Blaawee Posted September 17, 2013 Share Posted September 17, 2013 You have to edit the textlib. Replace this function with the old one function dxText:font( font ) if validFonts[ font ] then self.strFont = font else self.strFont = dxCreateFont( font ) end return true 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