fonttools/Scripts/RoboFabUtils/Start_FL_Remote.py
Erik van Blokland 617945dcf1 The scripts folder for FontLab as they shipped with Fab 1.1.1.
git-svn-id: http://svn.robofab.com/trunk@22 b5fa9d6c-a76f-4ffd-b3cb-f825fc41095c
2008-01-16 08:14:00 +00:00

16 lines
518 B
Python
Executable File

#FLM: Start FontLab remote
# On MacOS this will make FontLab accept apple events.
# It will assume the event contains a piece of executable
# python code and run it. The results of the python code
# are then returned in the reply.
#
# Check the code in robofab/tools/remote.py for more
# functionality. For instance, it contains several
# functions to send and receive glyphs from outside
# FontLab, offering a way to make your NoneLab Python
# scripts communicate with FontLab.
from robofab.tools.remote import *