<?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[Adapting Python Scripts]]></title><description><![CDATA[<p dir="auto">I'm looking to adapt some Robofab python scripts for FL for use in RoboFont, such as one for interpolating fonts:<br />
<a href="http://www.robofab.org/talks09/robofab_session5.html" rel="nofollow">http://www.robofab.org/talks09/robofab_session5.html</a></p>
<p dir="auto">What should I use instead of <code>SelectFont</code> or <code>AskString</code>?</p>
]]></description><link>https://forum.robofont.com/topic/20/adapting-python-scripts</link><generator>RSS for Node</generator><lastBuildDate>Wed, 12 Aug 2026 06:18:08 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/20.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 19 Sep 2011 20:37:15 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Adapting Python Scripts on Mon, 01 Jan 2018 19:06:29 GMT]]></title><description><![CDATA[<p dir="auto">I'm looking to adapt some Robofab python scripts for FL for use in RoboFont, such as one for interpolating fonts:<br />
<a href="http://www.robofab.org/talks09/robofab_session5.html" rel="nofollow">http://www.robofab.org/talks09/robofab_session5.html</a></p>
<p dir="auto">What should I use instead of <code>SelectFont</code> or <code>AskString</code>?</p>
]]></description><link>https://forum.robofont.com/post/20</link><guid isPermaLink="true">https://forum.robofont.com/post/20</guid><dc:creator><![CDATA[cj]]></dc:creator><pubDate>Mon, 01 Jan 2018 19:06:29 GMT</pubDate></item><item><title><![CDATA[Reply to Adapting Python Scripts on Mon, 01 Jan 2018 19:07:27 GMT]]></title><description><![CDATA[<p dir="auto">We are working to get all the robofab dialogs working in RoboFont.</p>
<pre><code class="language-python"># will return the current active font object
font = CurrentFont() 

# will return all open font object
allOpenFonts = AllFonts()
</code></pre>
]]></description><link>https://forum.robofont.com/post/450</link><guid isPermaLink="true">https://forum.robofont.com/post/450</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Mon, 01 Jan 2018 19:07:27 GMT</pubDate></item><item><title><![CDATA[Reply to Adapting Python Scripts on Mon, 01 Jan 2018 19:07:58 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Frederik! Will look forward to that.<br />
I've been looking at some of Tal's examples such as this one (referred by Andy Clymer)<br />
<a href="http://code.typesupply.com/browser/packages/dialogKit/trunk/examples/EditTextDemo.py" rel="nofollow">http://code.typesupply.com/browser/packages/dialogKit/trunk/examples/EditTextDemo.py</a><br />
which I'm trying to work out as a replacement for <code>AskString</code></p>
]]></description><link>https://forum.robofont.com/post/455</link><guid isPermaLink="true">https://forum.robofont.com/post/455</guid><dc:creator><![CDATA[cj]]></dc:creator><pubDate>Mon, 01 Jan 2018 19:07:58 GMT</pubDate></item></channel></rss>