Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- from sortsmillff.usermenu import register_fontforge_menu_item
- def print_it (obj):
- print (str (obj))
- register_fontforge_menu_item (window = 'font',
- menu_path = ['submenu','Python entry'],
- action = print_it)
- register_fontforge_menu_item (window = 'glyph',
- menu_path = 'Python entry',
- action = print_it)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement