2025-03-14 21:59:59 -06:00
|
|
|
# ftxdiff
|
|
|
|
|
|
|
|
|
|
> Compare differences between two fonts.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://developer.apple.com/fonts/>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|