1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages.es/osx/ftxdiff.md
Darío Hereñú c99cba5106
ftxdiff: add Spanish translation (#10541)
* ftxdiff: add Spanish translation

* Update ftxdiff.md

* Apply suggestions from code review

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update ftxdiff.md

* Update ftxdiff.md

* Update ftxdiff.md

* Update pages.es/osx/ftxdiff.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update ftxdiff.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-08-18 01:56:47 +08:00

16 lines
443 B
Markdown

# ftxdiff
> Compara las diferencias entre dos fuentes.
> Más información: <https://developer.apple.com/fonts>.
- Envía las diferencias a un archivo de texto específico:
`ftxdiff --output {{ruta/al/archivo_de_fontdif.txt}} {{ruta/al/archivo_ont_1.ttc}} {{ruta/al/archivo_font_2.ttc}}`
- Incluir nombres de glifos en la salida:
`ftxdiff --include-glyph-names`
- Incluir nombres unicode en la salida:
`ftxdiff --include-unicode-names`