Forum Replies Created
-
AuthorPosts
-
this one is solved in will be in the next update!
Can you reproduce this error, I’m also on Lion and the document closes correctly….
idd no UI for double unicodes values, robofab glyph.unicodes to the rescue :)
RoboFont is checking now during drop and paste of glyphs in the font overview if the name changes, if so RoboFont will remove the unicode value.
you mean superposing an off curve and an on curve point?
can you reproduce this?
where do you switch layers? (through a hotkey, inspector, pop up menu in the toolbar)look in the system prefs
http://goo.gl/PvSTKjust added a custom google search!
alt+del –> will break the contour on a single point but also on multiple points
done!
yeah that means that glyph has a one or more layers
command+c –> cutting segments out
alt + del –> breaking contours on the selected points
http://doc.robofont.com/forums/feed
Im working on forum search….
negative linespacing? the SpaceCenter only gives some basic layout options if you want to test your font with more depth I would recommend to try test install and setup a template in text setting app.
In the waterfall mode only the first line is editable :)
left-right arrows –> move RSB
alt + left-right arrows –> move LSB
control + left-right arrows –> move glyph in his white space (on Lion you have to change the default settings for this shortcut+ shift –> add 10
+ shift + command –> add 100October 10, 2011 at 21:50 in reply to: Glyph mask and mark data not imported from FLS+UFOCentral-generated UFOs #1049RoboFont is already using the color scheme of UFO3 which stated that colors are a tuple of (r, g, b, a)
You could convert the font lab HSV color to rgba with this tiny script:
import colorsys f = CurrentFont() for g in f: fontLabMarkColor = g.lib.get("org.robofab.fontlab.maskData") if fontLabMarkColor is None: continue r, g, b = colorsys.hsv_to_rgb(fontLabMarkColor/256., 1., 1.) g.mark = (r, g, b, 1)
-
AuthorPosts