Forum Replies Created
-
AuthorPosts
-
I tried that with the embedded and system FDK and that does not work for me.
OS 10.10 and Robofont 1.7ok,
thanks for clarifying!June 9, 2016 at 17:54 in reply to: 1.7 starting notice 'NSImageNameRightFacingTriangleTemplate' #6254hi frederik
ah yes, I does say TTH. How could I miss this, sorry and thanks!
johi 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
oké
sorry for the post.
I just deleted the autohint info with ufo cleaner and it seem to work now.
thanks jens et all!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.
Hi Martin,
you might try:
currentGlyph.flipLayers(‘Layer_A’, ‘Layer_B’)hope that helps,
jojup, makes perfect sense,
thanks!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! johello ?
hm I think I found two more scripts that complain.
the pixel tool extension
and the objectBrowser script.whoops, sorry, I did not check on github and mechanic indeed kept silent.
thanks, jthanks!
and nice to learn that reversed() is more elegant and faster than [::-1]!
bedankt, jhello 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, josetting 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 -
AuthorPosts