Adapting Python Scripts

RoboFont Forums Features Adapting Python Scripts

Tagged: 

This topic contains 2 replies, has 2 voices, and was last updated by  CJ 9 years ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #892

    CJ
    Participant

    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.html

    What should I use instead of SelectFont or AskString?

    #953

    frederik
    Keymaster

    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()
    #959

    CJ
    Participant

    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 for AskString

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.