<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>
		<title>RoboFont &#187; All Posts</title>
		<atom:link href="http://doc.robofont.com/forums/rss" rel="self" type="application/rss+xml" />
		<link>http://doc.robofont.com/forums/rss</link>
		<description></description>
		<pubDate></pubDate>
		<generator>http://bbpress.org/?v=2.0.2</generator>
		<language>en</language>

		
		
					
				<item>
					<guid>http://doc.robofont.com/forums/topic/combine-selected-points-into-one-point/#post-3987</guid>
					<title><![CDATA[Reply To: Combine selected points into one point]]></title>
					<link>http://doc.robofont.com/forums/topic/combine-selected-points-into-one-point/#post-3987</link>
					<pubDate>Sun, 13 May 2012 13:33:42 +0000</pubDate>
					<dc:creator>Bas</dc:creator>

					<description>
						<![CDATA[
						<p>It would also be an excellent native function…</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/contour-index-raises-attributeerror/#post-3986</guid>
					<title><![CDATA[Reply To: contour.index raises AttributeError]]></title>
					<link>http://doc.robofont.com/forums/topic/contour-index-raises-attributeerror/#post-3986</link>
					<pubDate>Fri, 11 May 2012 09:37:18 +0000</pubDate>
					<dc:creator>joanca</dc:creator>

					<description>
						<![CDATA[
						<p>Well, in this case I don&#8217;t need it (thought shouldn&#8217;t it work?)<br />
I didn&#8217;t find glyph.removeCountour() in robofab&#8217;s documentation : [</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/combine-selected-points-into-one-point/#post-3985</guid>
					<title><![CDATA[Reply To: Combine selected points into one point]]></title>
					<link>http://doc.robofont.com/forums/topic/combine-selected-points-into-one-point/#post-3985</link>
					<pubDate>Fri, 11 May 2012 09:16:37 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>That would be an excellent extension :)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/contour-index-raises-attributeerror/#post-3984</guid>
					<title><![CDATA[Reply To: contour.index raises AttributeError]]></title>
					<link>http://doc.robofont.com/forums/topic/contour-index-raises-attributeerror/#post-3984</link>
					<pubDate>Fri, 11 May 2012 09:14:41 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>Why do you need the index of the contour?</p>
<p>use: </p>
<pre>
glyph = CurrentGlyph()
## dont remove and iterate over the same glyph object
## so create a temp list of contours
contoursToRemove = list(glyph)

for contour in contoursToRemove:
    glyph.removeContour(contour)
</pre>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/contour-index-raises-attributeerror/#post-3982</guid>
					<title><![CDATA[contour.index raises AttributeError]]></title>
					<link>http://doc.robofont.com/forums/topic/contour-index-raises-attributeerror/#post-3982</link>
					<pubDate>Fri, 11 May 2012 08:57:33 +0000</pubDate>
					<dc:creator>joanca</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m trying to delete a contour (well, some of them) and I get an AttributeError where (I think) shouldn&#8217;t as it&#8217;s robofab&#8217;s (and works in FL this way).</p>
<pre>
g = CurrentGlyph()
for con in g:
    print g.index
</pre>
<p>Thanks you!</p>
<ul id="bbp-reply-revision-log-3982" class="bbp-reply-revision-log">
<li id="bbp-reply-revision-log-3982-item-3983" class="bbp-reply-revision-log-item">
		This reply was modified 8 days ago by <a href="http://doc.robofont.com/forums/users/frederik/" title="View frederik's profile"></a>&nbsp;<a href="http://doc.robofont.com/forums/users/frederik/" title="View frederik's profile">frederik</a>.
	</li>
</ul>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/combine-selected-points-into-one-point/#post-3981</guid>
					<title><![CDATA[Combine selected points into one point]]></title>
					<link>http://doc.robofont.com/forums/topic/combine-selected-points-into-one-point/#post-3981</link>
					<pubDate>Wed, 09 May 2012 08:43:08 +0000</pubDate>
					<dc:creator>Sami</dc:creator>

					<description>
						<![CDATA[
						<p>I would love to select two or more points and say &#8216;combine points into one point&#8217;. This function would calculate the average center of selected points + calculate average bcps for that one point. Would be handy for cleaning paths, for example after auto-tracing. In the next update maybe?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/kerning-blocks-saving/#post-3980</guid>
					<title><![CDATA[Reply To: Kerning blocks saving]]></title>
					<link>http://doc.robofont.com/forums/topic/kerning-blocks-saving/#post-3980</link>
					<pubDate>Tue, 08 May 2012 15:32:52 +0000</pubDate>
					<dc:creator>yb</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, yes this is a beta version. Sorry, i&#8217;ll send a traceback there.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/kerning-blocks-saving/#post-3978</guid>
					<title><![CDATA[Reply To: Kerning blocks saving]]></title>
					<link>http://doc.robofont.com/forums/topic/kerning-blocks-saving/#post-3978</link>
					<pubDate>Sun, 06 May 2012 13:48:34 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>He Yassin</p>
<p>Is there a traceback?<br />
Which version are you using? (If this is an issue with a beta version please use the beta list)</p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/kerning-blocks-saving/#post-3977</guid>
					<title><![CDATA[Kerning blocks saving]]></title>
					<link>http://doc.robofont.com/forums/topic/kerning-blocks-saving/#post-3977</link>
					<pubDate>Sat, 05 May 2012 19:52:10 +0000</pubDate>
					<dc:creator>yb</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Frederik,</p>
<p>I&#8217;m still experiencing problems with the kerning. Today I realised that not only it doesn&#8217;t save the kerning, but actually the file is not saving at all after adding kerning pairs.<br />
No idea if it could be connected, but I also get UFO update notifications when I switch between Robofont and other programs, after I created a new glyph. If I accept the update, it simply deletes the new glyph.</p>
<p>I&#8217;m wondering, am I the only one having this problem? Something broken on my computer?</p>
<p>Thanks for your help,<br />
Y</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/simple-math-in-the-margins/#post-3976</guid>
					<title><![CDATA[Reply To: ‘Simple math’ in the margins]]></title>
					<link>http://doc.robofont.com/forums/topic/simple-math-in-the-margins/#post-3976</link>
					<pubDate>Wed, 02 May 2012 20:20:58 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>I think this is something for an extension :)<br />
and it should not be that difficult to build such an extension</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/simple-math-in-the-margins/#post-3975</guid>
					<title><![CDATA[‘Simple math’ in the margins]]></title>
					<link>http://doc.robofont.com/forums/topic/simple-math-in-the-margins/#post-3975</link>
					<pubDate>Wed, 02 May 2012 08:40:00 +0000</pubDate>
					<dc:creator>Thom</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
Is it a good idea the keep the formula in the margins. If one later change the margins of the &#8216;base&#8217; glyph, all the glyph with the formula in the margin change also.<br />
Saves time :)</p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/transforming-components/#post-3970</guid>
					<title><![CDATA[Reply To: Transforming components]]></title>
					<link>http://doc.robofont.com/forums/topic/transforming-components/#post-3970</link>
					<pubDate>Wed, 25 Apr 2012 08:51:52 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>:)</p>
<p>The transform options did expand with RoboFont 1.2</p>
<p>It really handy to disable components if you want to transform a selection of glyphs, where there is a mix of hard outlines and components glyphs. If this option isn&#8217;t disabled the component is being transformed twice.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/transforming-components/#post-3969</guid>
					<title><![CDATA[Reply To: Transforming components]]></title>
					<link>http://doc.robofont.com/forums/topic/transforming-components/#post-3969</link>
					<pubDate>Wed, 25 Apr 2012 08:28:17 +0000</pubDate>
					<dc:creator>Bas</dc:creator>

					<description>
						<![CDATA[
						<p>Solution is there already, but very well hidden: activate [Transform components] in Transform prefs at the right bottom corner, and c&#8217;est ça. Merci.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/transforming-components/#post-3968</guid>
					<title><![CDATA[Transforming components]]></title>
					<link>http://doc.robofont.com/forums/topic/transforming-components/#post-3968</link>
					<pubDate>Wed, 25 Apr 2012 08:21:52 +0000</pubDate>
					<dc:creator>Bas</dc:creator>

					<description>
						<![CDATA[
						<p>Manually transforming components is possible, but the Transform functions in the Inspector don&#8217;t have any effect on components. That would be handy actually.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/delete-command-could-break-contour/#post-3967</guid>
					<title><![CDATA[Reply To: Delete command could break contour?]]></title>
					<link>http://doc.robofont.com/forums/topic/delete-command-could-break-contour/#post-3967</link>
					<pubDate>Sat, 21 Apr 2012 13:42:14 +0000</pubDate>
					<dc:creator>Thom</dc:creator>

					<description>
						<![CDATA[
						<p>&gt;Do you want to break a contours from a given list of points?</p>
<p>That one. All the breaking the contour in the docs is by doing it manually (atl+del or right click… etc.). But what about doing it by code?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/delete-command-could-break-contour/#post-3966</guid>
					<title><![CDATA[Reply To: Delete command could break contour?]]></title>
					<link>http://doc.robofont.com/forums/topic/delete-command-could-break-contour/#post-3966</link>
					<pubDate>Sat, 21 Apr 2012 13:28:02 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>I don&#8217;t really understand what you mean.<br />
Do you want to break a contours from a given list of points?<br />
or do you want to break the contour from the point list in the inspector window?</p>
<p>please elaborate your request</p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/delete-command-could-break-contour/#post-3965</guid>
					<title><![CDATA[Reply To: Delete command could break contour?]]></title>
					<link>http://doc.robofont.com/forums/topic/delete-command-could-break-contour/#post-3965</link>
					<pubDate>Sat, 21 Apr 2012 11:11:53 +0000</pubDate>
					<dc:creator>Thom</dc:creator>

					<description>
						<![CDATA[
						<p>is it possible to break the contour on points in a list?</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/click-shift-for-removing-from-selection/#post-3959</guid>
					<title><![CDATA[Reply To: Click shift for removing from selection]]></title>
					<link>http://doc.robofont.com/forums/topic/click-shift-for-removing-from-selection/#post-3959</link>
					<pubDate>Mon, 16 Apr 2012 15:23:56 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>Will be in the next update, but only on mouse down,<br />
and not while dragging the &#8220;magnetic&#8221; contour selection (otherwise it will only be flipping the selection while dragging)</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/click-shift-for-removing-from-selection/#post-3958</guid>
					<title><![CDATA[Click shift for removing from selection]]></title>
					<link>http://doc.robofont.com/forums/topic/click-shift-for-removing-from-selection/#post-3958</link>
					<pubDate>Sun, 15 Apr 2012 21:44:43 +0000</pubDate>
					<dc:creator>Bas</dc:creator>

					<description>
						<![CDATA[
						<p>Editing tool: command+click = select shape. Adding shift= adding shapes to selection.</p>
<p>Would be nice if shift also works the other way around: removing shapes from selection.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/layers-disappearing/#post-3957</guid>
					<title><![CDATA[Reply To: Layers disappearing]]></title>
					<link>http://doc.robofont.com/forums/topic/layers-disappearing/#post-3957</link>
					<pubDate>Thu, 12 Apr 2012 21:37:11 +0000</pubDate>
					<dc:creator>MarkSimonson</dc:creator>

					<description>
						<![CDATA[
						<p>Okay, thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/layers-disappearing/#post-3956</guid>
					<title><![CDATA[Reply To: Layers disappearing]]></title>
					<link>http://doc.robofont.com/forums/topic/layers-disappearing/#post-3956</link>
					<pubDate>Thu, 12 Apr 2012 21:28:11 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>yep, I can reproduce it,<br />
will be fixed in the next update :)<br />
(you can already prevent it by modifying anything the foreground layer)</p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/layers-disappearing/#post-3953</guid>
					<title><![CDATA[Reply To: Layers disappearing]]></title>
					<link>http://doc.robofont.com/forums/topic/layers-disappearing/#post-3953</link>
					<pubDate>Thu, 12 Apr 2012 20:05:09 +0000</pubDate>
					<dc:creator>MarkSimonson</dc:creator>

					<description>
						<![CDATA[
						<p>RoboFont: 1.2<br />
Prepolator: 1.0.4</p>
<p>The UFOs I&#8217;m working with came from FontLab (using UFO Central). There is only a foreground layer, aparrently.</p>
<ul id="bbp-reply-revision-log-3953" class="bbp-reply-revision-log">
<li id="bbp-reply-revision-log-3953-item-3954" class="bbp-reply-revision-log-item">
		This reply was modified 36 days ago by <a href="http://doc.robofont.com/forums/users/marksimonson/" title="View MarkSimonson's profile"></a>&nbsp;<a href="http://doc.robofont.com/forums/users/marksimonson/" title="View MarkSimonson's profile">MarkSimonson</a>.
	</li>
<li id="bbp-reply-revision-log-3953-item-3955" class="bbp-reply-revision-log-item">
		This reply was modified 36 days ago by <a href="http://doc.robofont.com/forums/users/marksimonson/" title="View MarkSimonson's profile"></a>&nbsp;<a href="http://doc.robofont.com/forums/users/marksimonson/" title="View MarkSimonson's profile">MarkSimonson</a>.
	</li>
</ul>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/layers-disappearing/#post-3952</guid>
					<title><![CDATA[Reply To: Layers disappearing]]></title>
					<link>http://doc.robofont.com/forums/topic/layers-disappearing/#post-3952</link>
					<pubDate>Thu, 12 Apr 2012 19:59:43 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>Which version are you using for both apps? (RoboFont, Prepolator)</p>
<p>I quickly followed your steps and I cannot reproduce this issue. Can you give some more detailed steps to reproduce it?</p>
<p>As default new fonts in RoboFont already has a &#8220;background&#8221; layer.The UFO&#8217;s RoboFont is generating should be compatible with Prepolator cause they are valid UFO2 UFO&#8217;s. The layer data is stored in the glyph.lib with a custom RoboFont lib key. </p>
<p>Superpolator will ignore the layer data and will also not add the masters glyph.lib to new instances.</p>
<p>thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/hide-inspector/#post-3951</guid>
					<title><![CDATA[Reply To: Hide Inspector]]></title>
					<link>http://doc.robofont.com/forums/topic/hide-inspector/#post-3951</link>
					<pubDate>Thu, 12 Apr 2012 19:46:11 +0000</pubDate>
					<dc:creator>frederik</dc:creator>

					<description>
						<![CDATA[
						<p>The beta for 1.3 hides the inspector window when it&#8217;s already open. So one can close and open the inspector window with the same short cut.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>http://doc.robofont.com/forums/topic/hide-inspector/#post-3950</guid>
					<title><![CDATA[Hide Inspector]]></title>
					<link>http://doc.robofont.com/forums/topic/hide-inspector/#post-3950</link>
					<pubDate>Thu, 12 Apr 2012 19:20:39 +0000</pubDate>
					<dc:creator>Bas</dc:creator>

					<description>
						<![CDATA[
						<p>Would be handy if cmd+I not only shows Inspector, but also hides it.</p>
<p>Additionally: very often I have Space Center full screen, but – when working on a single monitor – the Inspector remains on top. That&#8217;s annoying. Not sure what  a good solution is for this problem…</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>


