Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save marcdama/6473a2518f1a46ec8a79 to your computer and use it in GitHub Desktop.

Select an option

Save marcdama/6473a2518f1a46ec8a79 to your computer and use it in GitHub Desktop.
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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment