<?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: Esri font not found (API 4.14) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631160#M58896</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a repro sample for when this error comes up? I'm not currently able to reproduce. I'm not sure where that font would be loaded from in the JSAPI. &lt;EM&gt;verdana&lt;/EM&gt; is not listed at a &lt;A href="https://developers.arcgis.com/javascript/latest/guide/labeling/"&gt;supported font for labels&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2020 18:02:38 GMT</pubDate>
    <dc:creator>ReneRubalcava</dc:creator>
    <dc:date>2020-01-22T18:02:38Z</dc:date>
    <item>
      <title>Esri font not found (API 4.14)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631159#M58895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In our webapplication, which is a custom dojo build with npm, we get the follwoing error: The TextureManager module is trying to download&amp;nbsp;a font file from&amp;nbsp;&lt;A class="link-titled" href="https://static.arcgis.com/fonts/verdana-regular/0-255.pbf" title="https://static.arcgis.com/fonts/verdana-regular/0-255.pbf"&gt;https://static.arcgis.com/fonts/verdana-regular/0-255.pbf&lt;/A&gt;&amp;nbsp;but the response is a 404. The fontfile doesn't exist apparently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a workaround for this or even better: can ESRI put the requested fontfile in the right place?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 08:20:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631159#M58895</guid>
      <dc:creator>FreddyBroring</dc:creator>
      <dc:date>2020-01-22T08:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Esri font not found (API 4.14)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631160#M58896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a repro sample for when this error comes up? I'm not currently able to reproduce. I'm not sure where that font would be loaded from in the JSAPI. &lt;EM&gt;verdana&lt;/EM&gt; is not listed at a &lt;A href="https://developers.arcgis.com/javascript/latest/guide/labeling/"&gt;supported font for labels&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 18:02:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631160#M58896</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2020-01-22T18:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Esri font not found (API 4.14)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631161#M58897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the list of Esri hosted fonts that you can consume in 4x applications:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/latest/guide/labeling/#fonts-for-featurelayer%2C-csvlayer%2C-and-streamlayer" title="https://developers.arcgis.com/javascript/latest/guide/labeling/#fonts-for-featurelayer%2C-csvlayer%2C-and-streamlayer"&gt;Labeling | ArcGIS API for JavaScript 4.14&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since version 4.8,&amp;nbsp;due to our&amp;nbsp;move to WebGL, fonts must be hosted in .pbf file format in order to be consumed. The above guide page lists all the fonts that Esri currently hosts.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2020 23:29:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631161#M58897</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2020-01-22T23:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Esri font not found (API 4.14)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631162#M58898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Rene, you pointed me in the right direction. I found the cause of the error: one of our mapservices had labels with font Verdana. I changed the labels in the mxd to the Arial font and after republishing the error was gone. I will check all services for fonts being used.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2020 11:44:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631162#M58898</guid>
      <dc:creator>FreddyBroring</dc:creator>
      <dc:date>2020-01-23T11:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Esri font not found (API 4.14)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631163#M58899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We will check our mapservices. Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jan 2020 11:45:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-font-not-found-api-4-14/m-p/631163#M58899</guid>
      <dc:creator>FreddyBroring</dc:creator>
      <dc:date>2020-01-23T11:45:48Z</dc:date>
    </item>
  </channel>
</rss>

