Skip to content

Commit

Permalink
[instancer.solver] More API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
behdad committed Aug 17, 2022
1 parent 52c682a commit 8a94eb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Lib/fontTools/varLib/instancer/solver.py
Expand Up @@ -145,7 +145,8 @@ def _solve(tent, axisLimit):
def rebaseTent(tent, axisLimit):
"""Given a tuple (lower,peak,upper) "tent" and new axis limits
(axisMin,axisDefault,axisMax), solves how to represent the tent
under the new axis configuration.
under the new axis configuration. All values are in normalized
-1,0,+1 coordinate system. Tent values can be outside this range.
Return value is a list of tuples. Each tuple is of the form
(scalar,tent), where scalar is a multipler to multiply any
Expand Down

0 comments on commit 8a94eb3

Please sign in to comment.