We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 376040c commit fa6558fCopy full SHA for fa6558f
lib/pathins/direction.py
@@ -8,9 +8,15 @@
8
from .validators import validate_fontpath, validate_glyph_in_font
9
10
# TODO: add --check support to confirm all paths in same direction
11
+# TODO: add --summary to include total CW and CCW directions
12
13
14
def direction_run(args: argparse.Namespace) -> None:
15
+ """
16
+ Displays the direction of the outermost contour of one
17
+ or more glyphs in a font. Results are expressed as either
18
+ "clockwise" or "counter-clockwise".
19
20
fontpath: str = args.fontpath
21
glyphname: str = args.glyphname
22
0 commit comments