<?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: Text size? in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/text-size/m-p/1222509#M61168</link>
    <description>&lt;P&gt;Using Arcade, you can use the &lt;A href="https://developers.arcgis.com/arcade/function-reference/text_functions/#split" target="_self"&gt;Split&lt;/A&gt; function to divide the text at the space. Construct a text string using the first value with &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/text/text-formatting-tags.htm" target="_self"&gt;formatting tags&lt;/A&gt;. Then, if there is a second value (most of rows in your table don't), add that value to the string&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var arr = Split($feature.NAME, " ");
var output = `&amp;lt;FNT size = '20'&amp;gt;${arr[0]}&amp;lt;/FNT&amp;gt;`;
if (Count(arr) &amp;gt; 1) {
  output += ` &amp;lt;FNT size = '12'&amp;gt; ${arr[1]}&amp;lt;/FNT&amp;gt;`;
}
return output;&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 17 Oct 2022 14:57:12 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2022-10-17T14:57:12Z</dc:date>
    <item>
      <title>Text size?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/text-size/m-p/1222487#M61167</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="q2.jpg" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/53762iE9C5FD27E05DDF4D/image-size/large?v=v2&amp;amp;px=999" role="button" title="q2.jpg" alt="q2.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 13:58:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/text-size/m-p/1222487#M61167</guid>
      <dc:creator>KalSsin</dc:creator>
      <dc:date>2022-10-17T13:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Text size?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/text-size/m-p/1222509#M61168</link>
      <description>&lt;P&gt;Using Arcade, you can use the &lt;A href="https://developers.arcgis.com/arcade/function-reference/text_functions/#split" target="_self"&gt;Split&lt;/A&gt; function to divide the text at the space. Construct a text string using the first value with &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/mapping/text/text-formatting-tags.htm" target="_self"&gt;formatting tags&lt;/A&gt;. Then, if there is a second value (most of rows in your table don't), add that value to the string&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;var arr = Split($feature.NAME, " ");
var output = `&amp;lt;FNT size = '20'&amp;gt;${arr[0]}&amp;lt;/FNT&amp;gt;`;
if (Count(arr) &amp;gt; 1) {
  output += ` &amp;lt;FNT size = '12'&amp;gt; ${arr[1]}&amp;lt;/FNT&amp;gt;`;
}
return output;&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 17 Oct 2022 14:57:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/text-size/m-p/1222509#M61168</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2022-10-17T14:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Text size?</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/text-size/m-p/1222672#M61187</link>
      <description>&lt;P&gt;Thank You So Much~~~~&lt;/P&gt;</description>
      <pubDate>Mon, 17 Oct 2022 23:38:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/text-size/m-p/1222672#M61187</guid>
      <dc:creator>KalSsin</dc:creator>
      <dc:date>2022-10-17T23:38:48Z</dc:date>
    </item>
  </channel>
</rss>

