<?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 Symbol to Export Web Map in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-to-export-web-map/m-p/216554#M20091</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've setup some javascript code to add a text symbol to the map and then use the export web map task, but finding that what's on the map is different to what's appearing in the printout from the export web map task.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;
&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; &lt;SPAN style="color: #0000FF; font-size: 1; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; textSymbol = &lt;/SPAN&gt;&lt;SPAN style="color: #0000FF; font-size: 1; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; esri.symbol.TextSymbol(&lt;/SPAN&gt; &lt;SPAN style="color: #A31515; font-size: 1; font-family: Consolas;"&gt;"Hello World"&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; ).setColor(&lt;/SPAN&gt;
&lt;/SPAN&gt;


&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;[LEFT]&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000FF; font-size: 1; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; dojo.Color([128, 0, 0])).setAlign(esri.symbol.Font.ALIGN_START).setAngle(45).setFont(&lt;/SPAN&gt;&lt;/SPAN&gt;[/LEFT]
&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;
&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000FF; font-size: 1; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; esri.symbol.Font(&lt;/SPAN&gt; &lt;SPAN style="color: #A31515; font-size: 1; font-family: Consolas;"&gt;"12pt"&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; ).setWeight(esri.symbol.Font.WEIGHT_BOLD));&lt;/SPAN&gt;
&lt;/SPAN&gt;



&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;If I add this code in to add to the map where a user clicks, then print the map, this text comes up as regular black text as opposed to what is shown on the map, so the angle, color and font family is not coming through to the export web map task. Is this not possible or am I doing something wrong in my code?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever get a resolution to your issue?&amp;nbsp; I'm experiencing something similar... trying to specify a color for text rendered on a map export, yet it only comes out as black.&amp;nbsp; Is this simply not supported, or is there some special combination of settings needed to make it fly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 10:36:09 GMT</pubDate>
    <dc:creator>DominickCisson</dc:creator>
    <dc:date>2021-12-11T10:36:09Z</dc:date>
    <item>
      <title>Text Symbol to Export Web Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-to-export-web-map/m-p/216553#M20090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've setup some javascript code to add a text symbol to the map and then use the export web map task, but finding that what's on the map is different to what's appearing in the printout from the export web map task.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;e.g.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&lt;P align="left"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var textSymbol = new esri.symbol.TextSymbol( "Hello World" ).setColor(&lt;/P&gt;
[LEFT]&amp;nbsp;&amp;nbsp;&amp;nbsp; new dojo.Color([128, 0, 0])).setAlign(esri.symbol.Font.ALIGN_START).setAngle(45).setFont([/LEFT]
&lt;P align="left"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; new esri.symbol.Font( "12pt" ).setWeight(esri.symbol.Font.WEIGHT_BOLD));&lt;/P&gt;

&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I add this code in to add to the map where a user clicks, then print the map, this text comes up as regular black text as opposed to what is shown on the map, so the angle, color and font family is not coming through to the export web map task. Is this not possible or am I doing something wrong in my code?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 23:28:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-to-export-web-map/m-p/216553#M20090</guid>
      <dc:creator>ShaunWeston</dc:creator>
      <dc:date>2013-08-27T23:28:54Z</dc:date>
    </item>
    <item>
      <title>Re: Text Symbol to Export Web Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-to-export-web-map/m-p/216554#M20091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I've setup some javascript code to add a text symbol to the map and then use the export web map task, but finding that what's on the map is different to what's appearing in the printout from the export web map task.&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;
&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt; &lt;SPAN style="color: #0000FF; font-size: 1; font-family: Consolas;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; textSymbol = &lt;/SPAN&gt;&lt;SPAN style="color: #0000FF; font-size: 1; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; esri.symbol.TextSymbol(&lt;/SPAN&gt; &lt;SPAN style="color: #A31515; font-size: 1; font-family: Consolas;"&gt;"Hello World"&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; ).setColor(&lt;/SPAN&gt;
&lt;/SPAN&gt;


&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;[LEFT]&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000FF; font-size: 1; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; dojo.Color([128, 0, 0])).setAlign(esri.symbol.Font.ALIGN_START).setAngle(45).setFont(&lt;/SPAN&gt;&lt;/SPAN&gt;[/LEFT]
&lt;SPAN style="color: #000000; font-family: Tahoma;"&gt;
&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000FF; font-size: 1; font-family: Consolas;"&gt;new&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; esri.symbol.Font(&lt;/SPAN&gt; &lt;SPAN style="color: #A31515; font-size: 1; font-family: Consolas;"&gt;"12pt"&lt;/SPAN&gt;&lt;SPAN style="font-size: 1; font-family: Consolas;"&gt; ).setWeight(esri.symbol.Font.WEIGHT_BOLD));&lt;/SPAN&gt;
&lt;/SPAN&gt;



&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;If I add this code in to add to the map where a user clicks, then print the map, this text comes up as regular black text as opposed to what is shown on the map, so the angle, color and font family is not coming through to the export web map task. Is this not possible or am I doing something wrong in my code?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you ever get a resolution to your issue?&amp;nbsp; I'm experiencing something similar... trying to specify a color for text rendered on a map export, yet it only comes out as black.&amp;nbsp; Is this simply not supported, or is there some special combination of settings needed to make it fly?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:36:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-to-export-web-map/m-p/216554#M20091</guid>
      <dc:creator>DominickCisson</dc:creator>
      <dc:date>2021-12-11T10:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Text Symbol to Export Web Map</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-to-export-web-map/m-p/216555#M20092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I believe this is a bug that was discovered in the 3.2 API and has not been resolved, yet.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg2NzI1"&gt;http://support.esri.com/en/bugs/nimbus/role/beta10_1/TklNMDg2NzI1&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jun 2014 15:34:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/text-symbol-to-export-web-map/m-p/216555#M20092</guid>
      <dc:creator>JakeSkinner</dc:creator>
      <dc:date>2014-06-20T15:34:32Z</dc:date>
    </item>
  </channel>
</rss>

