diff --git a/pages/osx/ftxdiff.md b/pages/osx/ftxdiff.md new file mode 100644 index 0000000000..2ee186fd27 --- /dev/null +++ b/pages/osx/ftxdiff.md @@ -0,0 +1,16 @@ +# ftxdiff + +> Compare differences between two fonts. +> More information: . + +- Output differences to a specific text file: + +`ftxdiff --output {{path/to/fontdiff.txt}} {{path/to/font1.ttc}} {{path/to/font2.ttc}}` + +- Include glyph names in output: + +`ftxdiff --include-glyph-names` + +- Include unicode names in output: + +`ftxdiff --include-unicode-names`