Skip to content

Instantly share code, notes, and snippets.

@marcdama
Last active August 29, 2015 14:19
Show Gist options
  • Select an option

  • Save marcdama/8d34a5f8fb2d334d9b3f to your computer and use it in GitHub Desktop.

Select an option

Save marcdama/8d34a5f8fb2d334d9b3f to your computer and use it in GitHub Desktop.
add anchors to base glyph
from robofab.world import *
f = CurrentFont()
f['BASE'].appendAnchor('dTop',(311,591))
f['BASE'].appendAnchor('dCand',(311,631))
f['BASE'].appendAnchor('dBottom',(311,-20))
f['BASE'].appendAnchor('dNukta',(0,100))
f.update()
print 'done'
Hit the run macro button ONCE ONLY!
or else you will make duplicates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment