Forum Replies Created
-
AuthorPosts
-
This is true:
the output in the scripting window is being updated whenever there is a print statement (this is very time consuming)
the output in the output window is only being updated whenever a script is doneIm thinking adding “cmd .” (its actually already on the todo list….)
see the transform pane in the inspector window
http://doc.robofont.com/documentation/workspace/inspector/thanks
That would be an excellent extension :)
Why do you need the index of the contour?
use:
glyph = CurrentGlyph() ## dont remove and iterate over the same glyph object ## so create a temp list of contours contoursToRemove = list(glyph) for contour in contoursToRemove: glyph.removeContour(contour)
He Yassin
Is there a traceback?
Which version are you using? (If this is an issue with a beta version please use the beta list)thanks
I think this is something for an extension :)
and it should not be that difficult to build such an extension:)
The transform options did expand with RoboFont 1.2
It really handy to disable components if you want to transform a selection of glyphs, where there is a mix of hard outlines and components glyphs. If this option isn’t disabled the component is being transformed twice.
I don’t really understand what you mean.
Do you want to break a contours from a given list of points?
or do you want to break the contour from the point list in the inspector window?please elaborate your request
thanks
Will be in the next update, but only on mouse down,
and not while dragging the “magnetic” contour selection (otherwise it will only be flipping the selection while dragging)yep, I can reproduce it,
will be fixed in the next update :)
(you can already prevent it by modifying anything the foreground layer)thanks
Which version are you using for both apps? (RoboFont, Prepolator)
I quickly followed your steps and I cannot reproduce this issue. Can you give some more detailed steps to reproduce it?
As default new fonts in RoboFont already has a “background” layer.The UFO’s RoboFont is generating should be compatible with Prepolator cause they are valid UFO2 UFO’s. The layer data is stored in the glyph.lib with a custom RoboFont lib key.
Superpolator will ignore the layer data and will also not add the masters glyph.lib to new instances.
thanks
The beta for 1.3 hides the inspector window when it’s already open. So one can close and open the inspector window with the same short cut.
Was there a traceback in the output window?
thanks, nice to know that bugs will solve itself
He
Template glyphs are generated from settings in your preferences.
You can change those off courseIn the next version there will be a wrapper in mojo.UI for adding and removing character sets that handles the template glyphs (its already added into the beta version)
He
This is not possible directly from the preferences.
but you could overwrite the glyph cell factory in the defcon object. And make your own glyph cell representation.
-
AuthorPosts