|
From: Dimitre L. <dim...@gm...> - 2009-11-19 14:53:01
|
I'm a Fontforge beginner and I'm using it mainly as a Python extension, its fantastic!
It would be nice to be able to apply some commands to a character selection, something like:
sel = font.selection.all()
sel.left_side_bearing = sel.right_side_bearing = 100
sel.stroke("circular",30, "square", "miter")
sel.removeOverlap()
It would be amazing if "expand stroke" function worked better for more complex paths.
Other than that, thanks. FontForge is great
Dimitre
|