Is there any simple way to have ingame text with outline? Do we need a special font for it? It something that should be simple, but we just can't make out how to get outline on the text... Is there any "default" way to do it?
Announcement
Collapse
No announcement yet.
[Solved] Text with outline
Collapse
X
-
For the iOS it is best to modify the font textures to have an outline. Look up the UDN which describes how to do it. The otherway is to use lots of draw text calls which draw the text with +1, -1 positions in black first and then draw the original text on top. But this adds alot of draw calls which is no good.
-
http://udn.epicgames.com/Three/Impor...xisting%20Font , does this not describe it in enough detail?
Comment
Comment