From b74e8af5849e118c962b03dd11bdaca60139fc3f Mon Sep 17 00:00:00 2001 From: "Liz GingerKiwi.Dev" <71160864+GingerKiwi@users.noreply.github.com> Date: Mon, 19 Dec 2022 04:54:31 -0500 Subject: [PATCH] ftxdiff: add page (#9177) * Create ftxdiff from page request: macOS Font Tools aka. Apple Font Tool Suite #8478 Note: I'm a new dev, but experienced writer. This is my first docs PR. Feedback appreciated. * Fix typos in ftxdiff.md Fix typos including "Ending command descriptions with a period" "Example descriptions should end in a colon with no trailing characters" * Update pages/osx/ftxdiff.md * Update pages/osx/ftxdiff.md add {{ FileName }} around file names * Update pages/osx/ftxdiff.md * Update pages/osx/ftxdiff.md * Update pages/osx/ftxdiff.md delete extra space * Update pages/osx/ftxdiff.md Add space between : and < in url * Update pages/osx/ftxdiff.md delete extra space on line 3 * Update pages/osx/ftxdiff.md * Apply suggestions from code review as submitter failed to address them --- pages/osx/ftxdiff.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/osx/ftxdiff.md 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`