jo

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 40 total)
  • Author
    Posts
  • in reply to: ‘Save FDK parts’ doesn’t seem to do anything #6266

    jo
    Participant

    I tried that with the embedded and system FDK and that does not work for me.
    OS 10.10 and Robofont 1.7

    in reply to: local fdk test instal #6255

    jo
    Participant

    ok,
    thanks for clarifying!


    jo
    Participant

    hi frederik
    ah yes, I does say TTH. How could I miss this, sorry and thanks!
    jo

    in reply to: closing script window not working #6224

    jo
    Participant

    hi frederik
    thanks and sorry!
    my post was missing all the info.

    it happened yesterday for the first time. robofont crashed when i wanted to safe a ufo.
    at the moment of the crash there also was a script open in the drawbot extension.
    and when I reopened robofont it also opened the script but in the robofont editor.
    guess that caused the confusion.

    cheers, j

    in reply to: copy throws error #6220

    jo
    Participant

    oké
    sorry for the post.
    I just deleted the autohint info with ufo cleaner and it seem to work now.
    thanks jens et all!

    in reply to: Drawbot saveImage as gif #6123

    jo
    Participant

    pdf works with the example below.
    in drawbot directly it saves as .gif.

    for i in range(10):
    newPage(300, 200)
    fill(random(), random(), random())
    rect(0, 0, width(), height())

    saveImage([“~/Desktop/test_gif.gif”])

    no traceback. it just never shows up on the desktop.

    in reply to: swapToLayer('background'), foreground becomes blank #6105

    jo
    Participant

    Hi Martin,
    you might try:
    currentGlyph.flipLayers(‘Layer_A’, ‘Layer_B’)

    hope that helps,
    jo

    in reply to: show kerning values in Kern center #6077

    jo
    Participant

    jup, makes perfect sense,
    thanks!

    in reply to: show kerning values in Kern center #6074

    jo
    Participant

    hi frederik,
    obviously metrics machine is the perfect tools. just sometimes a quick check in RF is needed.
    and I was not sure if I was missing a setting since the screenshot (of an older version?) in the documentation still shows what is was looking for.
    thanks! jo

    in reply to: extension ordering options #6016

    jo
    Participant

    hello ?

    in reply to: shape tool extension #6015

    jo
    Participant

    hm I think I found two more scripts that complain.
    the pixel tool extension
    and the objectBrowser script.

    in reply to: shape tool extension #6014

    jo
    Participant

    whoops, sorry, I did not check on github and mechanic indeed kept silent.
    thanks, j

    in reply to: Layer order preview #6008

    jo
    Participant

    thanks!
    and nice to learn that reversed() is more elegant and faster than [::-1]!
    bedankt, j

    in reply to: remove kerning pair #5934

    jo
    Participant

    hello jens, thanks for your help.
    in fact your example is what “happened” in my case.
    I did some very quick kerning without groups. Later on I replaced the single letters of the pairs with groups through a script. I also wanted to remove the original pair but the zero value was “overwriting” the group value.
    so i guess it could work with kerning update etc but the “del” way worked just fine.
    cheers, jo

    in reply to: remove kerning pair #5929

    jo
    Participant

    setting to zero with remove seems a bit strange but thanks a lot for the help.
    i tried del before, but I guess I did something wrong, since it did not work.
    not it worked just fine.
    thanks! j

Viewing 15 posts - 1 through 15 (of 40 total)