Skip to content

Latest commit

History

136 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

DrawBot RoboFont Extension

DrawBot inside RoboFont.

The extension has access to all the RoboFont API and callbacks. So for example CurrentFont() and CurrentGlyph() are directly accessible in a script!

Additional Callbacks

drawGlyph(aGlyph) draws a glyph

bezierPath.addGlyph(aglyph) adds a glyph to the BezierPath object

Settings

There is one setting: you can tell RoboFont to use DrawBot as the default .py editor.

As Module

The extension installs also drawBot as module. This allows to use import drawBot and use drawBot in any script.

fromdrawBotimport*# reset the drawing stacknewDrawing()
# loop over all glyphsforglyphinCurrentFont():
# create a new pagenewPage(1000, 1000)
# draw each glyph on the pagedrawGlyph(glyph)

About

DrawBot is a powerful 2D graphics scripting tool.

Resources

Stars

13 stars

Watchers

6 watching

Forks

Releases

Packages

Contributors

Languages