Adapting Python Scripts
-
I'm looking to adapt some Robofab python scripts for FL for use in RoboFont, such as one for interpolating fonts:
http://www.robofab.org/talks09/robofab_session5.htmlWhat should I use instead of
SelectFont
orAskString
?
-
Thank you Frederik! Will look forward to that.
I've been looking at some of Tal's examples such as this one (referred by Andy Clymer)
http://code.typesupply.com/browser/packages/dialogKit/trunk/examples/EditTextDemo.py
which I'm trying to work out as a replacement forAskString
-
We are working to get all the robofab dialogs working in RoboFont.
# will return the current active font object font = CurrentFont() # will return all open font object allOpenFonts = AllFonts()