mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-09 16:53:50 +02:00
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
This commit is contained in:
parent
5b7e662dd6
commit
b74e8af584
1 changed files with 16 additions and 0 deletions
16
pages/osx/ftxdiff.md
Normal file
16
pages/osx/ftxdiff.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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.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`
|
Loading…
Add table
Reference in a new issue