clarify in docstring that input axis limits must be in user-space coordinates
in case it wasn't obvious
This commit is contained in:
parent
3adcf8051c
commit
373d1b86f3
@ -184,6 +184,7 @@ def parseArgs(args):
|
|||||||
axis_limits is either a Dict[str, int], for pinning variation axes to specific
|
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
|
coordinates along those axes; or a Dict[str, Tuple(int, int)], meaning limit
|
||||||
this axis to min/max range.
|
this axis to min/max range.
|
||||||
|
Axes locations are in user-space coordinates, as defined in the "fvar" table.
|
||||||
"""
|
"""
|
||||||
from fontTools import configLogger
|
from fontTools import configLogger
|
||||||
import argparse
|
import argparse
|
||||||
|
Loading…
x
Reference in New Issue
Block a user