frederik

Forum Replies Created

Viewing 15 posts - 436 through 450 (of 531 total)
  • Author
    Posts
  • in reply to: BlueScale #3707

    frederik
    Keymaster

    this is a formatting bug in the info sheet
    thanks for spotting it!

    in reply to: Select bcp & nodes #3703

    frederik
    Keymaster

    Tabbing through the points is already possible, alt down loops over a reversed list of points. If a off curve point is selected it will only loop over off curve points.

    This is idd not the standard mac behavior. Will change it to shift down for reversing and alt down for the complete list of points instead of only on or off curves points.

    in reply to: Features prevents from generating #3702

    frederik
    Keymaster

    this is a v1.1 bug and will be solved in the next version

    there are no print statements anymore captured from FDK after it fails some where (like in your example)

    in reply to: Next glyph in set #3695

    frederik
    Keymaster

    – restructuring the glyph view preferences pane is already for a long time on the todo list :)

    – this could idd be a feature when the ‘alt’ key is down

    in reply to: Next glyph in set #3693

    frederik
    Keymaster

    You can define a hot key for jumping to the next of previous glyph in the preferences

    You can also define which set should be used for the jumping glyph in “Next Glyph:” drop down menu:
    – From ‘All Glyphs’ set
    – From selected set

    see http://doc.robofont.com/documentation/workspace/preferences/glyph-view/

    in reply to: OpenType tables causes corrupt font #3690

    frederik
    Keymaster

    its idd not the best solution have to come up with a better and more clever way to handle this issue….

    in reply to: OpenType tables causes corrupt font #3688

    frederik
    Keymaster

    The font get messed up cause there is a nominal width set in the font info. If you set this back to zero it should go fine.

    in reply to: Outline conversion in woff #3687

    frederik
    Keymaster

    RoboFont will check the splines and convert them to two off curves splines in the next version.
    (in version 1.1 it doesn’t check WOFF files, but it should :)

    Although WOFF files with PS outlines should work fine.

    Bonus answer: no ;)

    in reply to: Bug opening Glyph window #3662

    frederik
    Keymaster

    Cause the ttf will have splines with more then 2 off curves :)

    in reply to: Bug opening Glyph window #3659

    frederik
    Keymaster

    RoboFont is not checking what kind of data is inside a woff file.
    This will be added in the next version.

    RoboFont is converting ttf splines curves to 2 offcurves splines.That has to be done when a woff contains an embedded ttf.
    see http://doc.robofont.com/documentation/workflow/opening-fonts/

    in reply to: Can't test install or generate #3655

    frederik
    Keymaster

    do you have any features written?
    (just thinking about places where things can go wrong)

    (its a bug that there are no print outs in the output window, this will be solved in the next version)

    in reply to: mojo.robofont vs. robofab.world #3653

    frederik
    Keymaster

    Yes there will only work in RoboFont, but some have some similarities with the special FL robofab methods.

    It doesnt matter if you imported it from mojo.roboFont or robofab.world (inside RoboFont) all robofab object will have these additions.

    in reply to: observer callback format #3649

    frederik
    Keymaster

    if you add an observer the callback always receive the current glyph and some additional info related to the event you subscribed to:
    the info object is a dictionary and the content changes from event to event.
    like mouseDown will have:
    "clickCount" : amount of clicks in the glyph view,
    "event" : the nsEvent object,
    "offset : a offset point used by the glyph view,
    "view" : the glyph view

    (this will change in the next version where a callback only receives a single info dict argument. RF will warn you if you are using the old method)

    euh, no you can not look into the source code

    in reply to: mojo.robofont vs. robofab.world #3648

    frederik
    Keymaster

    they are the same
    see http://code.robofab.com/browser/trunk/Lib/robofab/world.py#L97

    the guideline would be:
    – use robofab.world if you want to have your script interchangeable with NoneLab, FL and others.
    – use no import: all mojo.roboFont functionality are added to the script locals() (works only when you run the script in the scripting window)
    – use mojo.roboFont if you use your script as a module only in RoboFont

    in reply to: Outline selection contour not visible at some size #3641

    frederik
    Keymaster

    that is a feature :)

    depending on zoom levels some parts aren’t displayed in the glyph view.
    maybe the selection should always be displayed….
    (will consider this, cause I know it’s weird that you have no visual feedback)

Viewing 15 posts - 436 through 450 (of 531 total)