<?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[Generate?]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">The following doesn't do anything. What is wrong?</p>
<pre><code class="language-python">f = CurrentFont()
f.generate(f.path[:-4], 'otf', decompose=False, checkOutlines=False, autohint=True, releaseMode=True, glyphOrder=None, progressBar=None)
</code></pre>
<p dir="auto">Bonus question:<br />
What is the parameter of the <code>progressBar</code> to see it?</p>
<p dir="auto">Thanks!<br />
thom</p>
]]></description><link>https://forum.robofont.com/topic/239/generate</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 08:11:21 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/topic/239.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Mar 2013 10:17:41 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Generate? on Tue, 02 Jan 2018 19:49:31 GMT]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">The following doesn't do anything. What is wrong?</p>
<pre><code class="language-python">f = CurrentFont()
f.generate(f.path[:-4], 'otf', decompose=False, checkOutlines=False, autohint=True, releaseMode=True, glyphOrder=None, progressBar=None)
</code></pre>
<p dir="auto">Bonus question:<br />
What is the parameter of the <code>progressBar</code> to see it?</p>
<p dir="auto">Thanks!<br />
thom</p>
]]></description><link>https://forum.robofont.com/post/239</link><guid isPermaLink="true">https://forum.robofont.com/post/239</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Tue, 02 Jan 2018 19:49:31 GMT</pubDate></item><item><title><![CDATA[Reply to Generate? on Tue, 02 Jan 2018 19:51:10 GMT]]></title><description><![CDATA[<p dir="auto">does your font has a path? the path attribute with unsaved fonts is <code>None</code>.</p>
<p dir="auto">try printing out the message send back from the generate method:</p>
<pre><code class="language-python">print font.generate(...)
</code></pre>
<p dir="auto">the <code>progressBar</code> argument should be an <code>ProgressWindow</code> / <code>Controller</code> similar to a <a href="http://code.typesupply.com/browser/packages/defconAppKit/trunk/Lib/defconAppKit/windows/progressWindow.py" rel="nofollow">progressWindow</a>.</p>
<p dir="auto">the required methods are <code>update(text=None)</code> and <code>setTickCount(value)</code>.</p>
]]></description><link>https://forum.robofont.com/post/1000</link><guid isPermaLink="true">https://forum.robofont.com/post/1000</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 02 Jan 2018 19:51:10 GMT</pubDate></item><item><title><![CDATA[Reply to Generate? on Tue, 12 Mar 2013 07:14:51 GMT]]></title><description><![CDATA[<p dir="auto">Ah thank. It works alright. With print I found that in the features there was something not okay: empty group []</p>
<p dir="auto">new question: is there already a super handy script which remove glyphnames -that not appear in the ufo- from the featuresfile?</p>
]]></description><link>https://forum.robofont.com/post/1001</link><guid isPermaLink="true">https://forum.robofont.com/post/1001</guid><dc:creator><![CDATA[thom]]></dc:creator><pubDate>Tue, 12 Mar 2013 07:14:51 GMT</pubDate></item></channel></rss>