clarify in docstring that input axis limits must be in user-space coordinates

in case it wasn't obvious
This commit is contained in:
Cosimo Lupo 2019-03-12 19:02:14 +00:00
parent 3adcf8051c
commit 373d1b86f3

View File

@ -184,6 +184,7 @@ def parseArgs(args):
axis_limits is either a Dict[str, int], for pinning variation axes to specific
coordinates along those axes; or a Dict[str, Tuple(int, int)], meaning limit
this axis to min/max range.
Axes locations are in user-space coordinates, as defined in the "fvar" table.
"""
from fontTools import configLogger
import argparse