Hello
im using Esri version 100.12
i noticed something weird, when i put the text "4 500,00 Meow" to a label like this
g.Attributes[LabelKey] = "4 500,00\r\n Meow"
resulting something along the line of

when I remove the space between the 4 and 5("4500,00 Meow")
OR I remove the \r("4500,00\n Meow")
the text appears just fine without the rectangle
I tried to mess around with the LabelDefention properties but it didn't helped
I don't want to manipulate the string with, for example, .Replace()
because it will hinder my performance
is there anyway around it?