Last active
August 29, 2015 14:19
-
-
Save marcdama/8d34a5f8fb2d334d9b3f to your computer and use it in GitHub Desktop.
add anchors to base glyph
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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