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 Boris,
thank you. Awaiting investigation.
Hello Blue,
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.
Hi,
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!