Hello,
setting a tool caption containing a hyphen is not wrapping the text, instead it will write "both" line on top of each other as you can see in the attached screen shot.
example text was "Verbinder-Werkzeug", any other text without hyphen is showing fine.
need fix or advice asap for localization purposes.
my simplified code:
this.ultraToolbarsManagerFormMain.Tools[@"graphicConnectorTool"].SharedProps.Caption = "Verbinder-Werkzeug";
Using 20112.2128
Blue
Hello Blue,
I tried this with both a toolbar and the Ribbon and the result is the same - it works as expected. Can you try this with the latest service release for your version or the trial of 13.1, this could be an already fixed issue.
Hi,
downloading the latest service release v2135 now. Going to try it out.
edit: tried it with 2135. The bug is still present :(
Hello Boris,
thank you. Awaiting investigation.
I created the following case for you: 'CAS-115787-H8K6L0' and will update you through it.
Hey,
that doesnt explain why your ribbon text rendering is buggy if GDI+ is not used.
GDI+ character spacing is so unreadable rendered that we had to disable it for the whole application.
Blue,
The designer was not the only changed file.
I can see that you have set the "UseGDIPlusTextRendering" on the "DrawUtility" property to false in the 'Program.cs' file. Please set it to "true' and try running the application again.
Please feel free to let me know if a question about our tool set comes up on your mind.
I had a hard time reproducing the error, but as usual I was successful by pushing our whole ToolbarManager in your sample app.
Everything you see is created with the Visual Studio Designer, no messing around in Code.
Please have a look at it and tell me why this is happening!