<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Label adding unwanted weird symbol at the end in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/label-adding-unwanted-weird-symbol-at-the-end/m-p/1319003#M12041</link>
    <description>&lt;P&gt;Thanks for the font info.&lt;/P&gt;&lt;P&gt;I've not had any luck reproducing the extra symbol with Runtime back to 100.13 (100.12 is just beyond what I can easily set up) but&amp;nbsp;I have a few more configurations to explore&lt;/P&gt;</description>
    <pubDate>Wed, 16 Aug 2023 07:43:09 GMT</pubDate>
    <dc:creator>RichardShepherd</dc:creator>
    <dc:date>2023-08-16T07:43:09Z</dc:date>
    <item>
      <title>Label adding unwanted weird symbol at the end</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/label-adding-unwanted-weird-symbol-at-the-end/m-p/1318241#M12034</link>
      <description>&lt;P&gt;Hello&lt;BR /&gt;im using Esri version 100.12&lt;BR /&gt;&lt;BR /&gt;i noticed something weird, when i put the text "4 500,00\r\n Meow"&amp;nbsp; to a label like this&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;g.Attributes[LabelKey] = "4 500,00\r\n Meow"&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;resulting something along the line of&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ofirrosner_0-1691999849097.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/78010i0028092A6163EE3A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ofirrosner_0-1691999849097.png" alt="ofirrosner_0-1691999849097.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;when I remove the space between the 4 and 5("4500,00\r\n Meow")&lt;BR /&gt;&lt;STRONG&gt;OR&amp;nbsp;&lt;/STRONG&gt;I remove the \r("4500,00\n Meow")&lt;BR /&gt;the text appears just fine without the rectangle&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to mess around with the LabelDefention properties but it didn't helped&lt;BR /&gt;I don't want to manipulate the string with, for example, .Replace()&amp;nbsp;&lt;BR /&gt;because it will&amp;nbsp;hinder my performance&lt;BR /&gt;&lt;BR /&gt;is there anyway around it?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 08:06:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/label-adding-unwanted-weird-symbol-at-the-end/m-p/1318241#M12034</guid>
      <dc:creator>ofirrosner</dc:creator>
      <dc:date>2023-08-14T08:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: Label adding unwanted weird symbol at the end</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/label-adding-unwanted-weird-symbol-at-the-end/m-p/1318518#M12037</link>
      <description>&lt;P&gt;Hi, ofirrosner.&lt;/P&gt;&lt;P&gt;When Arcade reads the literal text "4 500,00\r\n Meow" it converts the \r and \n pairs of characters to the carriage-return and line-feed control characters. Labeling attempts to position these and have them rendered using the font requested (or closest font available).&lt;/P&gt;&lt;P&gt;My guess is that the \n line-feed is working as expected - inserting a break between the rows of text, but the \r isn't being ignored or used properly and the font is replacing it with a nodef glyph, often a square box or blank for symbols it doesn't know how to draw. (Although that looks a more chunky box than usual in your image)&lt;/P&gt;&lt;P&gt;Could you tell me what font you're using and I'll see if I can reproduce the problem.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Aug 2023 22:11:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/label-adding-unwanted-weird-symbol-at-the-end/m-p/1318518#M12037</guid>
      <dc:creator>RichardShepherd</dc:creator>
      <dc:date>2023-08-14T22:11:39Z</dc:date>
    </item>
    <item>
      <title>Re: Label adding unwanted weird symbol at the end</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/label-adding-unwanted-weird-symbol-at-the-end/m-p/1318584#M12038</link>
      <description>&lt;P&gt;Hi&amp;nbsp;RichardShepherd ,thank you for the quick answer&lt;BR /&gt;&lt;BR /&gt;my symbol looks more chunky because i draw it in ms-paint(I cannot take screenshot from my live session)&lt;BR /&gt;&lt;BR /&gt;anyway im currently using "Arial" i also tried "Times new roman" "Comic sans"&amp;nbsp; and "MS Gothic"&amp;nbsp; all yielded the same result&lt;BR /&gt;&lt;BR /&gt;But when i change to "Calibri" it seems to solve the problem&lt;BR /&gt;but i prefer not to change the font&lt;/P&gt;</description>
      <pubDate>Tue, 15 Aug 2023 05:23:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/label-adding-unwanted-weird-symbol-at-the-end/m-p/1318584#M12038</guid>
      <dc:creator>ofirrosner</dc:creator>
      <dc:date>2023-08-15T05:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Label adding unwanted weird symbol at the end</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/label-adding-unwanted-weird-symbol-at-the-end/m-p/1319003#M12041</link>
      <description>&lt;P&gt;Thanks for the font info.&lt;/P&gt;&lt;P&gt;I've not had any luck reproducing the extra symbol with Runtime back to 100.13 (100.12 is just beyond what I can easily set up) but&amp;nbsp;I have a few more configurations to explore&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 07:43:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/label-adding-unwanted-weird-symbol-at-the-end/m-p/1319003#M12041</guid>
      <dc:creator>RichardShepherd</dc:creator>
      <dc:date>2023-08-16T07:43:09Z</dc:date>
    </item>
  </channel>
</rss>

