<?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[Topics tagged with mojo.ui]]></title><description><![CDATA[A list of topics that have been tagged with mojo.ui]]></description><link>https://forum.robofont.com/tags/mojo.ui</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Jul 2026 10:50:51 GMT</lastBuildDate><atom:link href="https://forum.robofont.com/tags/mojo.ui.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 01 Jul 2019 16:52:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[ [[qanda:topic_solved]] Is it possible to export to from Space Center to a multi-page or tall-page PDF?]]></title><description><![CDATA[@StephenNixon  this will give you the current width &amp; height of the Space Center window:
from mojo.UI import CurrentSpaceCenter
(x, y), (w, h) = CurrentSpaceCenter().getNSView().bounds()
print(w, h)

]]></description><link>https://forum.robofont.com/topic/658/is-it-possible-to-export-to-from-space-center-to-a-multi-page-or-tall-page-pdf</link><guid isPermaLink="true">https://forum.robofont.com/topic/658/is-it-possible-to-export-to-from-space-center-to-a-multi-page-or-tall-page-pdf</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Mon, 01 Jul 2019 16:52:20 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_solved]] is there a way to convert defcon glyph object to RGlyph?]]></title><description><![CDATA[hi Rafał, I’ve been there too :)
you can wrap an RGlyph around a defcon glyph, like this:
for glyphWindow in AllGlyphWindows():
    # get RGlyph from defcon glyph
    g = RGlyph(glyphWindow.getGlyph())
    # do stuff using the FontParts API
    print(g[0].points)

succes!
]]></description><link>https://forum.robofont.com/topic/627/is-there-a-way-to-convert-defcon-glyph-object-to-rglyph</link><guid isPermaLink="true">https://forum.robofont.com/topic/627/is-there-a-way-to-convert-defcon-glyph-object-to-rglyph</guid><dc:creator><![CDATA[gferreira]]></dc:creator><pubDate>Thu, 25 Apr 2019 17:59:59 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_solved]] How to make StatusInteractivePopUpWindow active by default]]></title><description><![CDATA[Thank you so much, Gustavo!
]]></description><link>https://forum.robofont.com/topic/615/how-to-make-statusinteractivepopupwindow-active-by-default</link><guid isPermaLink="true">https://forum.robofont.com/topic/615/how-to-make-statusinteractivepopupwindow-active-by-default</guid><dc:creator><![CDATA[anya]]></dc:creator><pubDate>Sun, 14 Apr 2019 09:02:17 GMT</pubDate></item><item><title><![CDATA[ [[qanda:topic_unsolved]] Tracking “resize” event for current glyph window?]]></title><description><![CDATA[this brings a very old issue back...
https://github.com/robotools/vanilla/blob/master/Lib/vanilla/vanillaWindows.py#L465-L466
follow up here
]]></description><link>https://forum.robofont.com/topic/610/tracking-resize-event-for-current-glyph-window</link><guid isPermaLink="true">https://forum.robofont.com/topic/610/tracking-resize-event-for-current-glyph-window</guid><dc:creator><![CDATA[frederik]]></dc:creator><pubDate>Tue, 09 Apr 2019 09:06:16 GMT</pubDate></item></channel></rss>