<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Duplicated forward layer]]></title><description><![CDATA[<p dir="auto">Hey guys, For some reason, I have the foreground layer duplicated shown in the inspector. I can't delete it, because it's the same layer as the foreground. I'm just trying to find a way to have a single foreground layer and not two. Does anyone know how I can take care of it?</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.robofont.com/topic/856/duplicated-forward-layer</link><generator>RSS for Node</generator><lastBuildDate>Tue, 11 Aug 2026 11:33:06 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/856.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 06 May 2020 19:24:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Duplicated forward layer on Thu, 07 May 2020 09:33:24 GMT]]></title><description><![CDATA[<p dir="auto">Hey guys, For some reason, I have the foreground layer duplicated shown in the inspector. I can't delete it, because it's the same layer as the foreground. I'm just trying to find a way to have a single foreground layer and not two. Does anyone know how I can take care of it?</p>
<p dir="auto">Thank you!</p>
]]></description><link>https://forum.robofont.com/post/3282</link><guid isPermaLink="true">https://forum.robofont.com/post/3282</guid><dc:creator><![CDATA[MNT]]></dc:creator><pubDate>Thu, 07 May 2020 09:33:24 GMT</pubDate></item><item><title><![CDATA[Reply to Duplicated forward layer on Thu, 07 May 2020 09:47:04 GMT]]></title><description><![CDATA[<p dir="auto">hello <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/520">@MNT</a>,</p>
<p dir="auto">this is strange – RoboFont and UFO don’t allow two layers with the same name. does it happen with all fonts or just with one? have you tried restarting the app? can you show us a screenshot?</p>
<p dir="auto">as a last resort, you can rename or delete layers manually. just right-click the UFO in Finder and choose <em>Show Package Contents</em> – the layer names and their corresponding folders are defined in <code>layercontents.plist</code>.</p>
<p dir="auto">good luck!</p>
]]></description><link>https://forum.robofont.com/post/3283</link><guid isPermaLink="true">https://forum.robofont.com/post/3283</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Thu, 07 May 2020 09:47:04 GMT</pubDate></item><item><title><![CDATA[Reply to Duplicated forward layer on Thu, 07 May 2020 15:17:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/22">@gferreira</a> Thank you. I opened the package, but there is no layercontents.plist. I uninstalled Robofont but it didn't help. Is there a way to add the layercontents.plist file?</p>
<p dir="auto"><img src="/assets/uploads/files/1588864451593-screen-shot-2020-05-07-at-6.11.57-pm.png" alt="Screen Shot 2020-05-07 at 6.11.57 PM.png" class="img-responsive img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1588864645983-screen-shot-2020-05-07-at-6.16.40-pm.png" alt="Screen Shot 2020-05-07 at 6.16.40 PM.png" class="img-responsive img-markdown" /></p>
]]></description><link>https://forum.robofont.com/post/3286</link><guid isPermaLink="true">https://forum.robofont.com/post/3286</guid><dc:creator><![CDATA[MNT]]></dc:creator><pubDate>Thu, 07 May 2020 15:17:59 GMT</pubDate></item><item><title><![CDATA[Reply to Duplicated forward layer on Thu, 07 May 2020 18:47:26 GMT]]></title><description><![CDATA[<p dir="auto">hi <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/520">@MNT</a>,</p>
<p dir="auto">it appears that you have renamed a second layer as <code>foreground</code> in RF1 / UFO2. layer names must be unique, so this corrupts the UFO file. (RF3 does not allow this to happen)</p>
<p dir="auto">if you don’t have a fresh backup, it’s possible to fix the UFO using a code editor:</p>
<ol>
<li>
<p dir="auto">in the <code>glyphs</code> subfolder, search for all occurrences of <code>&lt;key&gt;foreground&lt;/key&gt;</code> and replace them by <code>&lt;key&gt;newLayerName&lt;/key&gt;</code> (use any layer name you like)</p>
</li>
<li>
<p dir="auto">in the <code>lib.plist</code> file, add the renamed layer manually:</p>
<pre><code class="language-xml">&lt;key&gt;com.typemytype.robofont.layerOrder&lt;/key&gt;
&lt;array&gt;
    &lt;string&gt;foreground&lt;/string&gt;
    &lt;string&gt;newLayerName&lt;/string&gt; &lt;!-- added manually --&gt;
    &lt;string&gt;background&lt;/string&gt;
&lt;/array&gt;
</code></pre>
</li>
</ol>
<p dir="auto">this should repair the UFO2 file and make the renamed layer appear in the Inspector.</p>
<p dir="auto">please give it a try &amp; let us know if it works…</p>
<p dir="auto">cheers!</p>
]]></description><link>https://forum.robofont.com/post/3287</link><guid isPermaLink="true">https://forum.robofont.com/post/3287</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Thu, 07 May 2020 18:47:26 GMT</pubDate></item><item><title><![CDATA[Reply to Duplicated forward layer on Fri, 08 May 2020 09:46:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/22">@gferreira</a> Thanks. What I did was the opposite. Just tell me if it's OK to do &gt; I was looking for <code>&lt;string&gt;foreground&lt;/string&gt;</code> in the lib.plist file, and changed the name to a different name. saved. and the new name replaced the duplicated foreground layer inside the layers in RB. then, I just deleted the layer with the new name. Is it good enough?</p>
<p dir="auto">Thank you.</p>
]]></description><link>https://forum.robofont.com/post/3288</link><guid isPermaLink="true">https://forum.robofont.com/post/3288</guid><dc:creator><![CDATA[MNT]]></dc:creator><pubDate>Fri, 08 May 2020 09:46:57 GMT</pubDate></item></channel></rss>