Forum Replies Created
-
AuthorPosts
-
yeah, swap seems to remove only the contours when they are selected
will be fixed in the next versionthanks
October 5, 2012 at 14:56 in reply to: Glyph mask and mark data not imported from FLS+UFOCentral-generated UFOs #4644This script should work to convert FL mark colors to UFO mark colors
the behavior should idd be on alt + del that the template glyph should be removed both from the font overview as in the glyph order. The glyph order is used to build the template glyph during opening a UFO.
thanks
solved thanks: the kerning object was ending up in an infinite loop checking while looking for attributes, keys and values.
This should be solved in RoboFont 1.3
1. Was already on the list and will be in the next update
2. Will also be addedthanks
I wish there was such a pocket….
The examples shows a point that should be removed that is rather close to one side of the newly generated curve. In the next version there will be no limit if the removed point has smooth bcp’s, as in your example.
Will be solved in the next update.
Is already patched in the code http://code.typesupply.com/changeset/1166
thanks
euh
The checkbox means that the output window can hide if RoboFont is not the active app. To prevent cluttering if one is working in an other app. But this is handy if one is writing code to see traceback without having to go back to RoboFont to actually read the traceback.
Enjoy!
Some values get limited to prevent extreme results, like jumping bcp with more then 5000 units.
enjoy!
Thanks Jo, that is correct
Delete a glyph will preserve the template glyph to keep the eventual glyph order correctly, alt + delete will also remove the template glyph and the glyph will also be removed from the glyph order.
text drawing is using a point as a tuple instead of x, y separately, this is done to keep point values consisted through out drawing tools
fixed: https://github.com/typemytype/RoboFontExamples/commit/8f2e6020f27828d8b65264a50327fa43880cbd90
thanks for testing them out!
ah, no, but will add a “Close Contour” hotkey to the todo list :)
thanks
fixed the bug in the repo see https://github.com/typemytype/RoboFontExamples/commit/16d04c08edba86053dc6a075f759fa14e0935c5c
Before receiving the double click user event there is always a single mouse down. The single mouse down will add a point in the current contour. Double click will close the contour from that point. To remove that last added point is really weird from a UI point of view. (That has been tried out)
-
AuthorPosts