aboutsummaryrefslogtreecommitdiff
path: root/Doc/source/designspaceLib/scripting.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/source/designspaceLib/scripting.rst')
-rw-r--r--Doc/source/designspaceLib/scripting.rst19
1 files changed, 1 insertions, 18 deletions
diff --git a/Doc/source/designspaceLib/scripting.rst b/Doc/source/designspaceLib/scripting.rst
index 63235eec..52ddbd6e 100644
--- a/Doc/source/designspaceLib/scripting.rst
+++ b/Doc/source/designspaceLib/scripting.rst
@@ -221,23 +221,6 @@ Saving
path = "myprototype.designspace"
doc.write(path)
-************************
-Reading old designspaces
-************************
-
-Old designspace files might not contain ``axes`` definitions. This is
-how you reconstruct the axes from the extremes of the source locations
-
-.. code:: python
-
- doc.checkAxes()
-
-This is how you check the default font.
-
-.. code:: python
-
- doc.checkDefault()
-
***********
Generating?
***********
@@ -251,7 +234,7 @@ You can generate the UFOs with MutatorMath:
- Assuming the outline data in the masters is compatible.
-Or you can use the file in making a **variable font** with varlib.
+Or you can use the file in making a **variable font** with varLib.
.. _working_with_v5: