9 lines
153 B
Python
Raw Normal View History

from robofab.world import CurrentFont
myFont = CurrentFont()
mySel = myFont.selection
for myGlyph in mySel:
myFont[myGlyph].mark = 12
myFont.update()