I'm currently (trying to) implementing a cyrillic translation for eternal chrysalis. I have the cyrillic font running but on the @OVERHOTSPOT@ label the outline still only shows ? ? ? ? ? ?
How can I disable the outline on a label?
[imgzoom]http://i.imgur.com/jLTtubg.jpg[/imgzoom]
first one with auto outline, 2nd pic without auto outline. So this seems like a second, additional outline.
Hmm, the outline is set by font, not label. Maybe there's a font number in OutlineFont property and that makes it drawn additional outline?
BTW, what do you mean by "without auto outline"? Is the second screenshot with No Outline, or Use Font for Outline?
Are you absolutely sure there is only one label there?
the second screenshot uses
Outline Style: None
the first one uses
Outline Style: Auto
I set it with
Labelname.Font=eFontFont4; //with outlines
or with
Labelname.Font=eFontFont5; //without outlines
edit:
Damned, you are right, there are indeed 2 labels, I have no idea why I did put them there, but changing the font of both works!
Thanks CW!