<?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[get nspath representation]]></title><description><![CDATA[<p dir="auto">I can't find this in the docs. What is the key for NSpath representation of the glyph?</p>
<pre><code class="language-python">g = CurrentGlyph()
g.getRepresentation("NSpath")
</code></pre>
]]></description><link>https://forum.robofont.com/topic/767/get-nspath-representation</link><generator>RSS for Node</generator><lastBuildDate>Sun, 14 Jun 2026 09:42:43 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/767.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 17 Dec 2019 22:19:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to get nspath representation on Wed, 18 Dec 2019 00:26:21 GMT]]></title><description><![CDATA[<p dir="auto">I can't find this in the docs. What is the key for NSpath representation of the glyph?</p>
<pre><code class="language-python">g = CurrentGlyph()
g.getRepresentation("NSpath")
</code></pre>
]]></description><link>https://forum.robofont.com/post/2914</link><guid isPermaLink="true">https://forum.robofont.com/post/2914</guid><dc:creator><![CDATA[bahman]]></dc:creator><pubDate>Wed, 18 Dec 2019 00:26:21 GMT</pubDate></item><item><title><![CDATA[Reply to get nspath representation on Tue, 17 Dec 2019 22:25:18 GMT]]></title><description><![CDATA[<p dir="auto">I found them using this:</p>
<pre><code>g = CurrentGlyph()
print("\n".join(g.naked().representationFactories.keys()))
</code></pre>
]]></description><link>https://forum.robofont.com/post/2915</link><guid isPermaLink="true">https://forum.robofont.com/post/2915</guid><dc:creator><![CDATA[bahman]]></dc:creator><pubDate>Tue, 17 Dec 2019 22:25:18 GMT</pubDate></item><item><title><![CDATA[Reply to get nspath representation on Wed, 18 Dec 2019 09:48:20 GMT]]></title><description><![CDATA[<p dir="auto">hello <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.robofont.com/uid/80">@bahman</a>,</p>
<p dir="auto">representations are handled by <code>defcon</code>, the docs are <a href="https://defcon.robotools.dev/en/latest/concepts/representations.html" rel="nofollow">here</a>.</p>
<pre><code class="language-python">glyph = CurrentGlyph()
path = glyph.naked().getRepresentation("defconAppKit.NSBezierPath")
</code></pre>
<p dir="auto">cheers!</p>
]]></description><link>https://forum.robofont.com/post/2921</link><guid isPermaLink="true">https://forum.robofont.com/post/2921</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Wed, 18 Dec 2019 09:48:20 GMT</pubDate></item></channel></rss>