User Guide
Macro Programming
701
F o n t L a b P y th o n Cl a s s e s
In this section we will discuss a basic set of FontLab classes and variables.
The full specification is available as a separate document for download
from our site (www.fontlab.com) and most classes are also self-
documented. For example, to print a short reference of the class Font, type
in the Edit Macro panel:
print Font().__doc__
And check the Output panel for the reference. Note the two underscore
characters before and after the “doc”.