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/3b74fd65b8bd1c59763e to your computer and use it in GitHub Desktop.

Select an option

Save marcdama/3b74fd65b8bd1c59763e to your computer and use it in GitHub Desktop.
from robofab.world import *
f = CurrentFont()
for i in f.selection:
if f[i].width == 1000:
f[i].mark = 10
f.update()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment