Created
April 16, 2015 10:35
-
-
Save marcdama/6473a2518f1a46ec8a79 to your computer and use it in GitHub Desktop.
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() | |
| for i in f.selection: | |
| if f[i].box[0] < 40: | |
| f[i].mark = 10 | |
| if f[i].box[0] > 960 : | |
| f[i].mark[2] = 10 | |
| f.update() |
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
| Someday |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment