RF speed / performance

RoboFont Forums Help / General RF speed / performance

This topic contains 1 reply, has 2 voices, and was last updated by  frederik 7 years, 12 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #5180

    jmickel
    Participant

    I’m still on 10.6.8 as a result of hanging onto FontLab for as long as humanly possible. I’m loving RF, but I’m getting the spinning beachball a lot, and it can be very slow with when I open a file (or more than one file) or apply a transformation to multiple glyphs.

    Do you think it runs faster on 10.8?

    Thanks!

    #5181

    frederik
    Keymaster

    That will not change much.

    But in the next version you will be able to open a glyph window for a font that has no UI.

    from mojo.UI import OpenGlyphWindow, OpenSpaceCenter
    
    
    path = u"path/to/a/font.ufo"
    f = OpenFont(path, showUI=False)
    
    # opens glyphs "a" in a glyph window
    OpenGlyphWindow(f["a"])
    OpenSpaceCenter(f)
    
    
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.