Using an '&' in the branding text results in an underscore. So "C & A"
would look like "C _A". Instead you currently need to write "C && A" to get
the correct "C & A". Please set the correct flags in the DrawText Win API
call.
Joost Verburg
Modern UI
2.0 Series
Public
|
Date: 2009-06-08 19:00 I feared that this particular issue would come up. Currently I have 76 |
|
Date: 2009-06-08 18:47 The problem is that it will break compatibility with existing scripts. |
|
Date: 2009-06-08 18:25 Yes, of course it should be the default (Only only option unless you change |
|
Date: 2009-06-08 10:42 Adding SS_NOPREFIX to the style will work as solution, but IMHO it should |
|
Date: 2009-06-08 10:37 Should be enough to just add SS_NOPREFIX to the style |