HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

ftxdiff — Compare differences between two fonts. More information: <https://developer.apple.com/fonts/>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandftxdiffbetweenfontstwoclicomparedifferences
macos

Problem

How to use the ftxdiff command: Compare differences between two fonts. More information: <https://developer.apple.com/fonts/>.

Solution

ftxdiff — Compare differences between two fonts. More information: <https://developer.apple.com/fonts/>.

Output differences to a specific text file:
ftxdiff --output {{path/to/fontdiff_file.txt}} {{path/to/font_file1.ttc}} {{path/to/font_file2.ttc}}


Include glyph names in output:
ftxdiff --include-glyph-names


Include unicode names in output:
ftxdiff --include-unicode-names

Code Snippets

Output differences to a specific text file

ftxdiff --output {{path/to/fontdiff_file.txt}} {{path/to/font_file1.ttc}} {{path/to/font_file2.ttc}}

Include glyph names in output

ftxdiff --include-glyph-names

Include unicode names in output

ftxdiff --include-unicode-names

Context

tldr-pages: osx/ftxdiff

Revisions (0)

No revisions yet.