Jeremie Profile Topics Started Replies Created Favorites Forum Replies Created Viewing 7 posts - 16 through 22 (of 22 total) ← 1 2 Author Posts March 24, 2014 at 16:37 in reply to: Vanilla TextBox .set() #5824 JeremieMember OK I found my way reading the sources of defconAppKit: https://github.com/typesupply/defconAppKit/blob/master/Lib/defconAppKit/windows/progressWindow.py self.progress.setTickCount(len(extrasDict.keys())) for i in extrasDict.keys(): self.progress.update() thanks for your help Frederik :) March 24, 2014 at 15:54 in reply to: Vanilla TextBox .set() #5821 JeremieMember great thanks ! is there a doc for BaseWindowController ? the .startProgress for example? I would like to use a determinate progress bar… March 19, 2014 at 11:17 in reply to: Clearing Glyph #5818 JeremieMember cool, thanks for that :) As I said to Frederik earlier, there is a lack of documentation at one place for all that… March 19, 2014 at 09:40 in reply to: Assign Font Layer #5816 JeremieMember Yes I noticed that one, with the ‘l’ hot key, it’s pretty cool. But it works only at the glyph level, and I wanted to work at the font level (all glyphs) and between two separate UFOs. I’ve placed the full code of my script there: https://github.com/sansplomb/RobofontTools/tree/master/AssignFontLayer March 19, 2014 at 07:55 in reply to: Assign Font Layer #5814 JeremieMember OK, issue solved with 2 flipLayers(): targetLayer.clearContours() gT.flipLayers("foreground", self.layerName) targetFont[gT.name] = gS.copy() gT.flipLayers("foreground", self.layerName) it works March 18, 2014 at 15:46 in reply to: Clearing Glyph #5811 JeremieMember Ok I’m sorry for this post, I found the way with clearContour() g = CurrentGlyph() mask = g.getLayer("mask") mask.prepareUndo() g.prepareUndo() mask.clearContours() mask.update() March 12, 2014 at 15:36 in reply to: Convert Line to Curve #5806 JeremieMember I actually found the solution by myself with robofab insertSegment method… In case anyone is interested it is available here: https://github.com/sansplomb/RobofontTools/tree/master/ConvertSegments Author Posts Viewing 7 posts - 16 through 22 (of 22 total) ← 1 2