Skip to content

Commit

Permalink
ttx_diff.py: comment-out --keep-direction
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype committed Oct 4, 2023
1 parent 6d0d754 commit eefed20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/scripts/ttx_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ def build_fontc(source: Path, build_dir: Path, compare: str):
"-p",
"fontc",
"--",
# uncomment this to compare output w/ fontmake --keep-direction
# "--keep-direction",
"--source",
str(source),
"--build-dir",
Expand All @@ -118,7 +120,7 @@ def build_fontmake(source: Path, build_dir: Path, compare: str):
"--drop-implied-oncurves",
# TODO we shouldn't need these flags
"--no-production-names",
"--keep-direction",
# "--keep-direction",
]
if compare == _COMPARE_GFTOOLS:
cmd += [
Expand Down

0 comments on commit eefed20

Please sign in to comment.