We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the documentation for kerning.scaleBy I see two examples:
>>> myKerning.scaleBy(2) >>> myKerning.scaleBy((2,3))
Which scenario is the 2,3 example for? Vertical kerning? (not likely)
2,3
The text was updated successfully, but these errors were encountered:
see the docs: The first value of the **factor** will be used to scale the kerning values.
The first value of the **factor** will be used to scale the kerning values.
a normalised scale value is an x,y tuple
Sorry, something went wrong.
No branches or pull requests
In the documentation for kerning.scaleBy I see two examples:
Which scenario is the
2,3
example for? Vertical kerning? (not likely)The text was updated successfully, but these errors were encountered: