Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Label text is not displayed if it contains some charecters (Read 768 times)
nullable
Junior Member
**
Offline


I Love MindFusion!

Posts: 86
Joined: Aug 25th, 2022
Label text is not displayed if it contains some charecters
May 16th, 2023 at 7:25am
Print Post  
Hello Mindfusion. I have encountered an interesting problem, when SVG node label text is not displayed if it's font size is set to 8 and it contains some characters like _ @ ( ) | [ ] { }. Can you repeat it?
Code
Select All
var label = node.Labels.First();
        label.FontSize = 8;
        label.SetEditedText("Hello world(");
 

  

ProblemsWithLabels.zip ( 1620 KB | 54 Downloads )
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3154
Joined: Oct 19th, 2005
Re: Label text is not displayed if it contains some charecters
Reply #1 - May 17th, 2023 at 7:39am
Print Post  
Hi,

These were reporting some negative measurements with the small font and confusing text layout code. This build should fix it -

https://mindfusion.eu/_beta/wpfdiag393.zip

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint