Created
August 11, 2026 16:19
-
-
Save connordavenport/31e85c3361b7a9a5f0ca244d3ae6e8b2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from lib.tools.extremePoints import * | |
| g = CurrentGlyph() | |
| with g.undo(): | |
| g.rotateBy((-g.font.info.italicAngle)) | |
| extremePoints(g.naked(), [c.naked() for c in g.selectedContours], 1, True) | |
| g.rotateBy((g.font.info.italicAngle)) | |
| g.round() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment