frederik

Forum Replies Created

Viewing 15 posts - 391 through 405 (of 531 total)
  • Author
    Posts
  • in reply to: Output window and stopping script executing #4055

    frederik
    Keymaster

    This is true:
    the output in the scripting window is being updated whenever there is a print statement (this is very time consuming)
    the output in the output window is only being updated whenever a script is done

    Im thinking adding “cmd .” (its actually already on the todo list….)

    in reply to: Align points #3989

    frederik
    Keymaster

    see the transform pane in the inspector window
    http://doc.robofont.com/documentation/workspace/inspector/

    thanks

    in reply to: Combine selected points into one point #3985

    frederik
    Keymaster

    That would be an excellent extension :)

    in reply to: contour.index raises AttributeError #3984

    frederik
    Keymaster

    Why do you need the index of the contour?

    use:

    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)
    
    in reply to: Kerning blocks saving #3978

    frederik
    Keymaster

    He Yassin

    Is there a traceback?
    Which version are you using? (If this is an issue with a beta version please use the beta list)

    thanks

    in reply to: ‘Simple math’ in the margins #3976

    frederik
    Keymaster

    I think this is something for an extension :)
    and it should not be that difficult to build such an extension

    in reply to: Transforming components #3970

    frederik
    Keymaster

    :)

    The transform options did expand with RoboFont 1.2

    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’t disabled the component is being transformed twice.

    in reply to: Delete command could break contour? #3966

    frederik
    Keymaster

    I don’t really understand what you mean.
    Do you want to break a contours from a given list of points?
    or do you want to break the contour from the point list in the inspector window?

    please elaborate your request

    thanks

    in reply to: Click shift for removing from selection #3959

    frederik
    Keymaster

    Will be in the next update, but only on mouse down,
    and not while dragging the “magnetic” contour selection (otherwise it will only be flipping the selection while dragging)

    in reply to: Layers disappearing #3956

    frederik
    Keymaster

    yep, I can reproduce it,
    will be fixed in the next update :)
    (you can already prevent it by modifying anything the foreground layer)

    thanks

    in reply to: Layers disappearing #3952

    frederik
    Keymaster

    Which version are you using for both apps? (RoboFont, Prepolator)

    I quickly followed your steps and I cannot reproduce this issue. Can you give some more detailed steps to reproduce it?

    As default new fonts in RoboFont already has a “background” layer.The UFO’s RoboFont is generating should be compatible with Prepolator cause they are valid UFO2 UFO’s. The layer data is stored in the glyph.lib with a custom RoboFont lib key.

    Superpolator will ignore the layer data and will also not add the masters glyph.lib to new instances.

    thanks

    in reply to: Hide Inspector #3951

    frederik
    Keymaster

    The beta for 1.3 hides the inspector window when it’s already open. So one can close and open the inspector window with the same short cut.

    in reply to: Unable to save UFO #3947

    frederik
    Keymaster

    Was there a traceback in the output window?

    thanks, nice to know that bugs will solve itself

    in reply to: Creating template glyphs? #3898

    frederik
    Keymaster

    He

    Template glyphs are generated from settings in your preferences.
    You can change those off course

    In the next version there will be a wrapper in mojo.UI for adding and removing character sets that handles the template glyphs (its already added into the beta version)

    in reply to: Preview layers in Font Collection window #3890

    frederik
    Keymaster

    He

    This is not possible directly from the preferences.

    but you could overwrite the glyph cell factory in the defcon object. And make your own glyph cell representation.

Viewing 15 posts - 391 through 405 (of 531 total)