Taquito Posted July 11, 2015 Share Posted July 11, 2015 I'd like to ask for help, I have this text in the left bottom corner mapdisplay = dxText:create('#aeaeaeMap: none', 2, screenHeight - dxGetFontHeight(0.7, 'bankgothic')/0.5, false, 'bankgothic', 0.7, 'left'), nextdisplay = dxText:create('#aeaeaeNext map: none', 2, screenHeight - dxGetFontHeight(0.7, 'bankgothic')/1, false, 'bankgothic', 0.7, 'left') And I'd like to add some black outline to this text, how do I make it? Link to comment
GTX Posted July 11, 2015 Share Posted July 11, 2015 mapdisplay:type('shadow', 2, 0, 0, 0, 255) nextdisplay:type('shadow', 2, 0, 0, 0, 255) Or mapdisplay:type('stroke', 2, 0, 0, 0, 255) nextdisplay:type('stroke', 2, 0, 0, 0, 255) 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