Merge pull request #1754 from fonttools/benkiel-patch-1

checkAxis and checkDefault were removed, but not from doc
This commit is contained in:
Nikolaus Waxweiler 2022-08-24 19:20:35 +01:00 committed by GitHub
commit 2fcac63a74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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?
***********